.unbounded-<uniquifier> {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* Unbounded Regular (400) */
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/Unbounded-Regular.woff2") format("woff2"),
       url("../webfonts/Unbounded-Regular.woff") format("woff"),
       url("../webfonts/Unbounded-Regular.ttf") format("truetype");
}

/* Unbounded Bold (700) */
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../webfonts/Unbounded-Bold.woff2") format("woff2"),
       url("../webfonts/Unbounded-Bold.woff") format("woff");
}


.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/Inter-Regular.woff2") format("woff2"),
       url("../webfonts/Inter-Regular.woff") format("woff"),
       url("../webfonts/Inter-Regular.ttf") format("truetype");
}

/* Inter Italic (400 italic) */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/Inter-Italic.woff2") format("woff2"),
       url("../webfonts/Inter-Italic.woff") format("woff");
}


