/* === Oswald (variable weight) === */
@font-face {
  font-family: 'Oswald';
  src: url('oswald-variablefont_wght-webfont.woff2') format('woff2'),
       url('oswald-variablefont_wght-webfont.woff') format('woff');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* === Lato (static weights/styles) === */

/* Thin (100) */
@font-face {
  font-family: 'Lato';
  src: url('lato-thin-webfont.woff2') format('woff2'),
       url('lato-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('lato-thinitalic-webfont.woff2') format('woff2'),
       url('lato-thinitalic-webfont.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: 'Lato';
  src: url('lato-light-webfont.woff2') format('woff2'),
       url('lato-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('lato-lightitalic-webfont.woff2') format('woff2'),
       url('lato-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'Lato';
  src: url('lato-regular-webfont.woff2') format('woff2'),
       url('lato-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('lato-italic-webfont.woff2') format('woff2'),
       url('lato-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Lato';
  src: url('lato-bold-webfont.woff2') format('woff2'),
       url('lato-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('lato-bolditalic-webfont.woff2') format('woff2'),
       url('lato-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: 'Lato';
  src: url('lato-black-webfont.woff2') format('woff2'),
       url('lato-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('lato-blackitalic-webfont.woff2') format('woff2'),
       url('lato-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
