@font-face {
  font-family: "Aeonik";
  src: url("./Aeonik-Regular-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Aeonik";
  src: url("./Aeonik-Medium-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Aeonik";
  src: url("./Aeonik-Bold-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Aeonik";
  src: url("./Aeonik-Black-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Whitney";
  src: url("./Whitney-Book-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Whitney";
  src: url("./Whitney-Medium-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Whitney";
  src: url("./Whitney-Semibold-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Whitney";
  src: url("./Whitney-Bold-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Whitney Numeric";
  src: url("./WhitneyNumeric-Book-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Whitney Numeric";
  src: url("./WhitneyNumeric-Semibold-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("./IBMPlexMono-Regular-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --pl-official-font-display:
    "Aeonik", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --pl-official-font-ui:
    "Whitney", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --pl-official-font-numeric:
    "Whitney Numeric", "Whitney", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  --pl-official-font-mono:
    "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}
