/**
 * Literata web font.
 * Ported from src/scss/custom/include/_fonts.scss.
 *
 * The .ttf files live in the theme's own fonts/ directory (they are not
 * vendored and not built), so paths are relative to this file in css/.
 */

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Literata/Literata-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Literata/Literata-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Literata/Literata-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Literata/Literata-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Literata/Literata-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Literata/Literata-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Literata/Literata-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Literata/Literata-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Literata/Literata-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Literata/Literata-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Literata/Literata-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Literata/Literata-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Literata/Literata-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Literata/Literata-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Literata/Literata-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Literata/Literata-BlackItalic.ttf") format("truetype");
}
