/* Design tokens for chia.azulejo. Inspired by Portuguese tile — graphic, structured, cool. */
:root {
  --color-bg: #f0f4f8;
  --color-ink: #0d2b45;
  --color-accent: #1a6ea8;
  /* Secondary text + hairlines. Cool blue-gray, 5.48:1 against --color-bg (AA Normal). */
  --color-muted: #4a6580;

  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;

  /* Sharper corners — tiles are geometric */
  --radius-sm: 0px;
  --radius-lg: 4px;
}
