/*
Theme Name: NTT Upgrade 2027
Theme URI: https://github.com/ntt-research/ntt-research-upgrade-27
Author: NTT Research
Description: Custom block theme for the NTT Research Upgrade 2027 event website.
Requires at least: 7.0
Requires PHP: 8.1
Version: 0.6.1
License: Proprietary
Text Domain: ntt-upgrade-27
*/

/*
 * Presentation is organized by responsibility in assets/css. Keeping this file
 * small preserves WordPress theme metadata and the universal reset.
 */

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
}

:focus-visible {
	outline: 3px solid #13a9d9;
	outline-offset: 3px;
}
