/* Vacation.se - English travel guide to Sweden.
   Nordic palette: deep fjord blue/teal ink + warm midnight-sun amber accent,
   clean Scandinavian light paper. Display Cormorant Garamond, body Manrope.
   Unik mot syskon-arketyp B (konstmusik.se = lila/Fraunces+Inter). */
:root {
	--atdt-bg:        #f6f4ef;  /* ljust nordiskt papper */
	--atdt-ink:       #16313d;  /* djup fjordblagron black */
	--atdt-accent:    #c9842b;  /* varm midnattssol-amber */
	--atdt-accent-2:  #2f7d8a;  /* teal/skargardsblagron */
	--atdt-neutral:   #d8d8cf;  /* ramar/ytor, dampad linne */
	--atdt-positive:  #2F7D52;
	--atdt-negative:  #C0392B;

	--atdt-surface:   #ffffff;
	--atdt-on-accent: #ffffff;
	--atdt-muted:     #5d6f76;  /* dampad text, dimmig blagra */

	--atdt-font-display: "Cormorant Garamond", Georgia, serif;
	--atdt-font-body:    "Manrope", system-ui, sans-serif;
	--atdt-font-mono:    "IBM Plex Mono", ui-monospace, monospace;

	--atdt-radius:    3px;
	--atdt-maxwidth:  720px;
}
