/* Self-hosted brand fonts for the landings site. Only the weights actually
   used are shipped (woff2 only — every supported browser handles woff2). */

@font-face {
  font-family: "Ofelia Display";
  src: url("/assets/fonts/ofelia-display/OfeliaDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ofelia Display";
  src: url("/assets/fonts/ofelia-display/OfeliaDisplay-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ofelia Text";
  src: url("/assets/fonts/ofelia-text/OfeliaText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ofelia Text";
  src: url("/assets/fonts/ofelia-text/OfeliaText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ofelia Text";
  src: url("/assets/fonts/ofelia-text/OfeliaText-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ofelia Text";
  src: url("/assets/fonts/ofelia-text/OfeliaText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
