/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto:wght@400;500;600;700&display=swap');

/* Inter Font */
@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-Regular"), url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHAPMtMvrZHYGL-c6xTR-QrwYXy0j4.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-Medium"), url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHAPMtMvrZHYGE-c6xTR-QrwYXy0j4.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-SemiBold"), url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHAPMtMvrZHYGt-c6xTR-QrwYXy0j4.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter-Bold"), url('https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHAPMtMvrZHYGd-c6xTR-QrwYXy0j4.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Fallback: Roboto for Mazzard */
@font-face {
  font-family: "Mazzard";
  src: local("Roboto"), local("Roboto-Regular");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard";
  src: local("Roboto"), local("Roboto-Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard";
  src: local("Roboto"), local("Roboto-Medium");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard";
  src: local("Roboto"), local("Roboto-Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
  font-style: normal;
  font-display: swap;
}
