/* lato-100 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-100.ttf') format('truetype');
}

/* lato-100italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-100italic.ttf') format('truetype');
}

/* lato-300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-300.ttf') format('truetype');
}

/* lato-300italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-300italic.ttf') format('truetype');
}

/* lato-regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-regular.ttf') format('truetype');
}

/* lato-italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-italic.ttf') format('truetype');
}

/* lato-700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-700.ttf') format('truetype');
}

/* lato-700italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-700italic.ttf') format('truetype');
}

/* lato-900 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-900.ttf') format('truetype');
}

/* lato-900italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/lato/lato-900italic.ttf') format('truetype');
}