:root {
	/* Brand colours — spec §8 / brand identity §2 */
	--signal-green: #00A859;
	--bright-yellow: #FFE95E;
	--deep-green:   #0B3B24;
	--forest:       #00793F;
	--lime:         #8FCF3E;
	--cream:        #FDFCF7;
	--cream-deep:   #FFF9E3;
	--mint-wash:    #EAF8EE;
	--ink:          #141F17;
	--slate-green:  #5F6B5F;
	--border:       #EEEBDD;

	/* Type */
	--font-display: 'Sora', sans-serif;
	--font-body: 'Poppins', sans-serif;
	--font-thai: 'Noto Sans Thai', sans-serif;

	/* Layout */
	--content-max: 1280px;
	--side-padding: 48px;
	--radius-card: 18px;
	--radius-pill: 100px;

	/* Breakpoints (for reference in comments; media queries hardcode these) */
	--bp-mobile: 640px;
	--bp-tablet: 1024px;
}

html[lang="th"] body,
body.lang-th {
	line-height: 1.7; /* Thai needs ~0.1 more line-height than English at the same size */
}
