/* Lato Font Family - Local Version */

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

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

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

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

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