/* Local fonts — self-hosted, no Google CDN */

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

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

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'),
       url('../fonts/roboto/roboto-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/roboto-500.woff2') format('woff2'),
       url('../fonts/roboto/roboto-500.woff') format('woff');
}

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

@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/literata/literata-regular.woff2') format('woff2'),
       url('../fonts/literata/literata-regular.woff') format('woff');
}

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

@font-face {
  font-family: 'Neucha';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/neucha/neucha-regular.woff2') format('woff2'),
       url('../fonts/neucha/neucha-regular.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito/nunito-regular.woff2') format('woff2'),
       url('../fonts/nunito/nunito-regular.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans/open-sans-regular.woff2') format('woff2'),
       url('../fonts/open-sans/open-sans-regular.woff') format('woff');
}
