/* TenBroeck — locked brand tokens. Do not add colors or fonts. */
:root{
  --navy:#1A2B45; --midnight:#101B2B; --gold:#C8963E; --gold-deep:#A87C2E;
  --cream:#F7F3EC; --ivory:#FCFAF6; --stone:#8C8278; --ink:#2C3A52;
  --hairline:rgba(140,130,120,0.26);
  --serif:'Marcellus',Georgia,serif;        /* display, wordmark */
  --italic:'Cormorant',Georgia,serif;       /* human voice, italic */
  --sans:'Montserrat',system-ui,sans-serif; /* body, UI */
}
/* Fonts: https://fonts.googleapis.com/css2?family=Marcellus&family=Cormorant:ital,wght@0,300;0,400;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap */
