/* ==========================================================================
   LexiconUSA — Corporate Editorial design tokens
   Colors pulled directly from the live site's existing palette
   (navy #2D395F / #4E5E7E, gold #D19B21, red #DA4F49, sky #49AFCD)
   ========================================================================== */
:root {
  /* brand colors (unchanged from lexiconusa.com) */
  --navy-deep: #2D395F;
  --navy: #4E5E7E;
  --gold: #D19B21;
  --red: #DA4F49;
  --sky: #49AFCD;
  --ink: #1C1E22;
  --paper: #FAF9F6;
  --white: #FFFFFF;
  --line: #DAD6CC;      /* hairline rule color */
  --line-strong: #B9B4A6;

  /* type — editorial serif display, clean sans body */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', Arial, Helvetica, sans-serif;

  /* layout */
  --container: 1240px;
  --container-wide: 1440px;
  --gap: 24px;
  --radius: 2px;
}
