/* Self-hosted fonts — replaces the fonts.googleapis.com / fonts.gstatic.com
   CDN links. Loading fonts directly from Google sends visitor IP addresses
   to Google before consent is given, which is a GDPR issue. These files
   are served from your own domain instead.

   Paths below are relative to this file (not root-absolute), so this works
   whether the site is served from a domain root or a subfolder like
   idobenari-collab.github.io/dias350/. */

/* Bodoni Moda — 18pt optical-size cut, used for primary headings */
@font-face {
  font-family: 'Bodoni Moda 18pt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('bodoni-moda-18pt-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Bodoni Moda 18pt';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('bodoni-moda-18pt-400-italic.woff2') format('woff2');
}

/* Urbanist — body text (Light) and subheadings/buttons (SemiBold) */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('urbanist-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('urbanist-600-normal.woff2') format('woff2');
}
