/*
 * BDS Typography — Lato (Latin Extended)
 *
 * This file loads self-hosted Lato font files with Latin Extended character support
 * and sets the default body font-family.
 *
 * Alternative: If you only need standard Latin characters, you can skip this file
 * and use Google Fonts instead:
 *   @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
 */

@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-100-normal.woff2') format('woff2'),
    url('../font/lato-latin-100-normal.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-100-italic.woff2') format('woff2'),
    url('../font/lato-latin-100-italic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-300-normal.woff2') format('woff2'),
    url('../font/lato-latin-300-normal.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-300-italic.woff2') format('woff2'),
    url('../font/lato-latin-300-italic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-400-normal.woff2') format('woff2'),
    url('../font/lato-latin-400-normal.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-400-italic.woff2') format('woff2'),
    url('../font/lato-latin-400-italic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-700-normal.woff2') format('woff2'),
    url('../font/lato-latin-700-normal.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-700-italic.woff2') format('woff2'),
    url('../font/lato-latin-700-italic.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-900-normal.woff2') format('woff2'),
    url('../font/lato-latin-900-normal.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  font-display: auto;
  src: url('../font/lato-latin-900-italic.woff2') format('woff2'),
    url('../font/lato-latin-900-italic.woff') format('woff');
}

body {
  font-family: 'Lato', sans-serif;
}
