/* Self-hosted Google Fonts - GDPR compliant */
/* Fonts: Cabin 700, Lato 300/400/700 */
/* Download from: https://gwfh.mranftl.com/fonts */

/* Cabin - Bold (700) */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cabin Bold'), local('Cabin-Bold'),
       url('../fonts/cabin-v35-latin-700.woff2') format('woff2');
}

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

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

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