@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/open-sans/OpenSans-Regular.woff2') format('ttf');
}

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url('/fonts/open-sans/OpenSans-Italic.woff2') format('ttf');
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/open-sans/OpenSans-SemiBold.woff2') format('ttf');
}

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url('/fonts/open-sans/OpenSans-SemiBoldItalic.woff2') format('ttf');
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url('/fonts/roboto/Roboto-Italic.woff2') format('woff2');
}

@font-face {
  font-family: "Literata";
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url('/fonts/literata/Literata-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: "Literata";
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
  src: url('/fonts/literata/Literata-SemiBoldItalic.woff2') format('woff2');
}