/* tokens.css — the Pattern's design tokens: palette, the 7 Ajah threads, type scale, vendored fonts. */
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('/assets/fonts/cinzel.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal; font-weight: 400 600; font-display: swap;
  src: url('/assets/fonts/ebgaramond.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/ebgaramond-italic.woff2') format('woff2');
}

:root {
  --ink:        #0a0912;
  --ink-2:      #14121f;
  --ink-3:      #1c1930;
  --line:       #2a2740;
  --parchment:  #e9e0c9;
  --gold:       #c9a24b;
  --thread:     #7c6cff;
  --text:       #e6e0cf;
  --muted:      #9a927c;
  --danger:     #d68a8a;

  /* the 7 Ajah threads (the weave's palette) */
  --ajah-blue:   #4a6fa5;
  --ajah-red:    #a5333a;
  --ajah-white:  #d8d2c0;
  --ajah-green:  #3f7d55;
  --ajah-yellow: #c9a24b;
  --ajah-brown:  #7a5a3a;
  --ajah-gray:   #8a8a94;

  --font-display: 'Cinzel', 'Trajan Pro', Georgia, 'Times New Roman', serif;
  --font-body:    'EB Garamond', Georgia, 'Times New Roman', serif;

  --fs-1: 3rem; --fs-2: 2rem; --fs-3: 1.4rem; --fs-body: 1.125rem; --fs-small: .82rem;

  --radius: 14px;
  --maxw: 960px;
}
