/* Aptos  */

@font-face {
  font-family: "Aptos";
  src: url(./fonts/Aptos/Aptos.woff);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aptos";
  src: url(./fonts/Aptos/Aptos-Italic.woff);
  font-weight: 400;
  font-style: italic;
}

@font-face {
font-family: "Aptos";
src: url(./fonts/Aptos/Aptos-SemiBold.woff);
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "Aptos";
src: url(./fonts/Aptos/Aptos-SemiBold-Italic.woff);
font-weight: 600;
font-style: italic;
}

@font-face {
  font-family: "Aptos";
  src: url(./fonts/Aptos/Aptos-Bold.woff);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Aptos";
  src: url(./fonts/Aptos/Aptos-Bold-Italic.woff);
  font-weight: 700;
  font-style: italic;
}

/* Inter  */

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Space Mono  */

.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: italic;
}
