/* =========================================================
   Raleway + Agbalumo — Google Fonts
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&family=Agbalumo&display=swap');

/* =========================================================
   Phenomena — self-hosted (Fontfabric, non su Google Fonts)
   File convertiti da .otf a .woff2/.woff in /fonts.
   ========================================================= */
@font-face {
  font-family: 'Phenomena';
  src: url('../fonts/Phenomena-Thin.woff2') format('woff2'),
       url('../fonts/Phenomena-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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