/* Cedar & Bronze — Design tokens
   Source: PROJECT-BRIEF.md, Section 8 */

:root {
  /* Color */
  --color-navy: #12283F;
  --color-bronze: #9E7A48; /* re-sampled from the real vector logo file (was #9C7A4A, estimated) */
  --color-bronze-light: #B8965F;
  --color-charcoal: #2B2A27;
  --color-cream: #F7F3EC;
  --color-white: #FFFFFF;
  --color-taupe: #D8CFC0;

  /* Type — matches the client-approved mockup (styled after coastalcypressbuilding.com) */
  --font-display: 'EB Garamond', 'Iowan Old Style', Georgia, serif;
  --font-body: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --tracking-label: 0.15em;

  /* Spacing */
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Motion */
  --ease: cubic-bezier(.22, .61, .36, 1);

  /* Layout */
  --header-height: 6.5rem;
}
