/* Self-hosted Lato font-face declarations.
 *
 * Supported local files (preferred first):
 * - assets/fonts/Lato/LatoLatin-Regular.woff2
 * - assets/fonts/Lato/LatoLatin-Italic.woff2
 * - assets/fonts/Lato/LatoLatin-Bold.woff2
 * - assets/fonts/Lato/LatoLatin-BoldItalic.woff2
 *
 * Fallback (legacy):
 * - assets/fonts/Lato/LatoLatin-Regular.eot
 * - assets/fonts/Lato/LatoLatin-Bold.eot
 */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('./Lato/LatoLatin-Regular.woff2') format('woff2'),
    url('./Lato/LatoLatin-Regular.eot');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./Lato/LatoLatin-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url('./Lato/LatoLatin-Bold.woff2') format('woff2'),
    url('./Lato/LatoLatin-Bold.eot');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./Lato/LatoLatin-BoldItalic.woff2') format('woff2');
}

