/* Classic Open-Drawer (COD) design tokens */
:root {
  /* Brand palette */
  --cod-blue: #0c2340;
  --cod-blue-light: #143865;
  --cod-blue-bright: #1c4f8f;
  --cod-blue-dark: #081629;
  --cod-gold: #ae9142;
  --cod-gold-bright: #d39f10;
  --cod-gold-dark: #8c7535;
  --cod-green: #0a843d;
  --cod-warm-white: #f8f4ec;
  --cod-warm-white-dark: #efe9d9;
  --cod-gray: #555;
  --cod-gray-dark: #333;
  --cod-sky-blue: #e1e8f2;

  /* Typography */
  --cod-font-body: GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  --cod-font-heading: Garamond-Pro, "Adobe Garamond", Garamond, Georgia, "Times New Roman", Times, serif;

  /* Borders */
  --cod-border-radius: 4px;
}
