@font-face {
  font-family: "Paazaa Atlas Sans";
  src:
    url("./PaazaaAtlasSans-Regular.woff2") format("woff2"),
    url("./PaazaaAtlasSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paazaa Atlas Sans";
  src:
    url("./PaazaaAtlasSans-Semibold.woff2") format("woff2"),
    url("./PaazaaAtlasSans-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paazaa Atlas Sans";
  src:
    url("./PaazaaAtlasSans-Bold.woff2") format("woff2"),
    url("./PaazaaAtlasSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-heading: "Paazaa Atlas Sans", system-ui, sans-serif;
}

.paazaa-atlas-sans {
  font-family: var(--font-heading);
}
