/* ATDT Offices.se - design tokens.
   This is the entire identity. The components in atdt-theme-kit consume
   these variables. Change the values -> change the site expression.
   Expression: Nordic office space and relocation, corporate-minimal. */

:root {
	/* Colour */
	--atdt-bg:        #FFFFFF;  /* clean white */
	--atdt-ink:       #0B1F3A;  /* navy text */
	--atdt-accent:    #3B82F6;  /* corporate blue, primary */
	--atdt-accent-2:  #FFCD00;  /* subtle Swedish yellow */
	--atdt-neutral:   #E5E7EB;  /* borders and surfaces */
	--atdt-positive:  #16A34A;  /* available */
	--atdt-negative:  #DC2626;  /* unavailable */

	/* Surfaces */
	--atdt-surface:   #FFFFFF;
	--atdt-muted:     #64748B;
	--atdt-on-accent: #FFFFFF;

	/* Typography */
	--atdt-font-display: "Space Grotesk", "Arial Narrow", sans-serif;
	--atdt-font-body:    "Inter", system-ui, -apple-system, sans-serif;
	--atdt-font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", monospace;

	/* Form */
	--atdt-radius:    8px;
	--atdt-maxwidth:  760px;
}
