@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/assets/fonts/archivo/archivo-regular-400.woff2") format("woff2"),
    url("/assets/fonts/archivo/archivo-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("/assets/fonts/archivo/archivo-regular-500.woff2") format("woff2"),
    url("/assets/fonts/archivo/archivo-regular-500.ttf") format("truetype");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("/assets/fonts/archivo/archivo-regular-700.woff2") format("woff2"),
    url("/assets/fonts/archivo/archivo-regular-700.ttf") format("truetype");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("/assets/fonts/archivo/archivo-regular-900.woff2") format("woff2"),
    url("/assets/fonts/archivo/archivo-regular-900.ttf") format("truetype");
}

@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src:
    url("/assets/fonts/archivo/archivo-italic-500.woff2") format("woff2"),
    url("/assets/fonts/archivo/archivo-italic-500.ttf") format("truetype");
}

@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src:
    url("/assets/fonts/archivo/archivo-italic-700.woff2") format("woff2"),
    url("/assets/fonts/archivo/archivo-italic-700.ttf") format("truetype");
}
