/* =========================================================
   Genoa My Love — Font locali (self-hosted)
   Sostituisce le chiamate a fonts.googleapis.com e cdnjs.cloudflare.com
   ========================================================= */

/* ---------- Oswald (titoli) ---------- */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/oswald/oswald-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/oswald/oswald-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/oswald/oswald-latin-700-normal.woff2') format('woff2');
}

/* ---------- Inter (testo) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/inter/inter-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter/inter-latin-600-normal.woff2') format('woff2');
}

/* =========================================================
   Icone social (solo le 4 usate: YouTube, Instagram,
   Facebook, X/Twitter) — sostituisce Font Awesome via cdnjs
   ========================================================= */
@font-face {
  font-family: 'FA Brands Local';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fonts/fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}

.fab {
  font-family: 'FA Brands Local';
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-youtube::before     { content: "\f167"; }
.fa-instagram::before   { content: "\f16d"; }
.fa-facebook-f::before  { content: "\f39e"; }
.fa-x-twitter::before   { content: "\e61b"; }
