/* Agentive brand tokens — sampled from agentiveintegrations.com */
@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains-mono.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-0: #03051A;
  --navy-1: #070A24;
  --navy-2: #0C1030;
  --navy-3: #12173D;
  --navy-4: #1B2150;
  --gold: #D9A84C;
  --gold-hi: #F2D68E;
  --gold-tx: #E5BD63;
  --gold-lo: #A67A2C;
  --copper: #C98A4C;
  --fg: #F4EFE4;
  --muted: #B8B2A4;
  --subtle: #8D877A;
  --line: rgba(226, 191, 110, 0.14);
  --line-2: rgba(226, 191, 110, 0.28);
  --line-3: rgba(226, 191, 110, 0.5);
  --success: #7fd39a;
  --danger: #ff8d76;
  --bg: var(--navy-0);
  --surface: rgba(255, 255, 255, 0.025);
  --surface-2: rgba(255, 255, 255, 0.045);
  --glass: rgba(7, 10, 36, 0.72);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "JetBrains Mono", Menlo, Consolas, monospace;
  --r: 6px;
  --r-lg: 14px;
  --glow: 0 0 40px rgba(217, 168, 76, 0.18);
  --pad: clamp(1.25rem, 4vw, 3rem);
  --maxw: 84rem;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
