/* =========================================================================
   Churchill — fonts
   UI workhorse:  Inter Tight  (Google Fonts)
   Evidence face: JetBrains Mono (Google Fonts)
   Display serif: Kameron       (self-hosted — editorial / hero moments)
   ========================================================================= */

@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=JetBrains+Mono:wght@400;500;600;700&display=swap");

/* Kameron — variable + static fallbacks. The serif voice used on
   onboarding heroes, marketing headlines, and receipts ("Now build its CAB."). */
@font-face {
  font-family: "Kameron";
  src: url("../fonts/Kameron-VariableFont_wght.ttf") format("truetype-variations"),
       url("../fonts/Kameron-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kameron";
  src: url("../fonts/Kameron-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kameron";
  src: url("../fonts/Kameron-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kameron";
  src: url("../fonts/Kameron-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
