@font-face {
  font-family: "Open Sans";
  src:
    url("/fonts/os-800.woff2") format("woff2"),
    url("/fonts/os-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    url("/fonts/os-700.woff2") format("woff2"),
    url("/fonts/os-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    url("/fonts/os-600.woff2") format("woff2"),
    url("/fonts/os-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    url("/fonts/os-500.woff2") format("woff2"),
    url("/fonts/os-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    url("/fonts/os-400.woff2") format("woff2"),
    url("/fonts/os-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fira Code";
  src:
    fira url("fonts/fc-500.woff2") format("woff2"),
    url("fonts/fc-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fira Code";
  src:
    url("fonts/fc-400.woff2") format("woff2"),
    url("fonts/fc-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
