@font-face {
  font-family: "Aeonik";
  src: url("./Aeonik-Medium-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-Bold-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-Book-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-Semibold-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

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

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

: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:
    ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
}
