@charset "utf-8";
/* CSS Document */

/* Lato 100 Thin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('lato-100-thin.woff2') format('woff2');
}

/* Lato 100 Thin Italic */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('lato-100-thin-italic.woff2') format('woff2');
}

/* Lato 300 Light */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('lato-300-light.woff2') format('woff2');
}

/* Lato 300 Light Italic */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('lato-300-light-italic.woff2') format('woff2');
}

/* Lato 400 Regular */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('lato-400-regular.woff2') format('woff2');
}

/* Lato 400 Regular Italic */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('lato-400-regular-italic.woff2') format('woff2');
}

/* Lato 700 Bold */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('lato-700-bold.woff2') format('woff2');
}

/* Lato 700 Bold Italic */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('lato-700-bold-italic.woff2') format('woff2');
}

/* Lato 900 Extrablack */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('lato-900-extrablack.woff2') format('woff2');
}

/* Lato 900 Extrablack */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('lato-900-extrablack-italic.woff2') format('woff2');
}

