/* Brand fonts — Cantarell (provided by user).
   Cantarell ships in 400/700 + italics only — design tokens adjust accordingly. */

@font-face {
  font-family: "Cantarell";
  src: url("Cantarell-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cantarell";
  src: url("Cantarell-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cantarell";
  src: url("Cantarell-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cantarell";
  src: url("Cantarell-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Numerals + mono kept from Google Fonts — they aren't included in Cantarell. */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");
