/*
  Long Table brand tokens — authored fresh from the live site (index.html),
  scoped to what the deck system needs: palette, self-hosted type, and a
  handful of primitives. Not the full website stylesheet.
*/

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('assets/fonts/archivo-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/figtree-variable.woff2') format('woff2');
}

:root {
  /* Palette — matches index.html exactly */
  --lt-navy: #04273E;
  --lt-teal: #0F7E96;
  --lt-teal-bright: #1CA5C0;
  --lt-tint: #D6EEF4;
  --lt-red: #E8454F;
  --lt-slate: #3B566B;
  --lt-white: #FFFFFF;

  /* Type */
  --lt-display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --lt-body: 'Figtree', 'Helvetica Neue', Arial, sans-serif;
}
