/* ATDT designtokens — finansdoktorn.se. Arketyp E (trust/authority, YMYL).
   Lugn, trovärdig palett: cool off-white + djup navy + petrol + dämpat guld.
   Typsnitt Lora (display, seriös serif) + Inter (brödtext, hög läsbarhet). */
:root {
	--atdt-bg:        #F7F8FA;  /* cool off-white */
	--atdt-ink:       #16202B;  /* djup navy-bläck */
	--atdt-accent:    #1C6E8C;  /* lugn petrol-blå (förtroende) */
	--atdt-accent-2:  #B08A2E;  /* dämpat guld (auktoritet) */
	--atdt-neutral:   #E1E6EC;  /* ramar/ytor */
	--atdt-positive:  #2F7D52;
	--atdt-negative:  #B23A2E;

	--atdt-surface:   #FFFFFF;
	--atdt-on-accent: #FFFFFF;
	--atdt-muted:     #5C6672;  /* dämpad text */

	--atdt-font-display: "Lora", Georgia, serif;
	--atdt-font-body:    "Inter", system-ui, sans-serif;
	--atdt-font-mono:    "IBM Plex Mono", ui-monospace, monospace;

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