/* Hook for self-hosted fonts; the actual .woff2 files should live in ../fonts/ 
   Use Open Sans by default; you uploaded multiple weights. Example declarations: */

@font-face{
  font-family:'Open Sans';
  src:url('../fonts/AnyConv.com__OpenSans-Regular.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Open Sans';
  src:url('../fonts/AnyConv.com__OpenSans-SemiBold.woff2') format('woff2');
  font-weight:600;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Open Sans';
  src:url('../fonts/AnyConv.com__OpenSans-Bold.woff2') format('woff2');
  font-weight:700;font-style:normal;font-display:swap;
}
/* Optionally expose condensed family too if desired */
@font-face{
  font-family:'Open Sans Condensed';
  src:url('../fonts/AnyConv.com__OpenSans_Condensed-Regular.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}

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

/* ===== POPPINS (REGULAR → BLACK) ===== */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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