/* Self-hosted Villa Oleander typefaces (DSGVO: no external Google Fonts calls). */
/* Lato — body/UI (400 + 700). Cookie — the script "Willkommen/Welcome" headline (400). */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('lato/lato-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('lato/lato-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('cookie/cookie-latin-400.woff2') format('woff2');
}
