/* =========================================================
   Roxborough CF: primary brand typeface
   Drop licensed woff2 files into /fonts/ (see fonts/README.md).
   local() sources pick up a system-installed copy when present.
   ========================================================= */

@font-face {
  font-family: "Roxborough CF";
  src:
    local("Roxborough CF"),
    local("RoxboroughCF"),
    local("Roxborough CF Regular"),
    local("RoxboroughCF-Regular"),
    url("/fonts/RoxboroughCF-Regular.woff2") format("woff2"),
    url("/fonts/RoxboroughCF-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roxborough CF";
  src:
    local("Roxborough CF Medium"),
    local("RoxboroughCF-Medium"),
    url("/fonts/RoxboroughCF-Medium.woff2") format("woff2"),
    url("/fonts/RoxboroughCF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roxborough CF";
  src:
    local("Roxborough CF Bold"),
    local("RoxboroughCF-Bold"),
    url("/fonts/RoxboroughCF-Bold.woff2") format("woff2"),
    url("/fonts/RoxboroughCF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roxborough CF";
  src:
    local("Roxborough CF Italic"),
    local("RoxboroughCF-Italic"),
    url("/fonts/RoxboroughCF-Italic.woff2") format("woff2"),
    url("/fonts/RoxboroughCF-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Alias without space (some file exports use this name) */
@font-face {
  font-family: "RoxboroughCF";
  src:
    local("Roxborough CF"),
    local("RoxboroughCF"),
    url("/fonts/RoxboroughCF-Regular.woff2") format("woff2"),
    url("/fonts/RoxboroughCF-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
