/* Australian Action — Royal Violet. Single source of truth, served by
   ausact-core. Linked by every UI surface; surfaces map their own
   semantic variables onto these tokens. Do not fork these values. */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,900&family=Inter:wght@400;500;600;700&display=swap");
:root {
  /* Colour */
  --aa-violet: #6A1B9A; /* primary */
  --aa-ink:    #3A0B5E; /* type & dark surfaces */
  --aa-signal: #8B2FC9; /* links, focus, hover */
  --aa-tint:   #EDE4F5; /* fills, backgrounds */
  --paper:     #FBF9FD; /* page background */
  --aa-muted:  #4a3a57; /* secondary text */
  --aa-dim:    #7a6a87; /* tertiary text */

  /* Type */
  --aa-font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --aa-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --aa-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}
