/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* ---------- Saans TRIAL Font (Primary - matches Figma) ---------- */
@font-face {
  font-family: 'Saans TRIAL';
  src: url('/fonts/saans-trial/SaansTRIAL-Regular.woff2') format('woff2'),
       url('/fonts/saans-trial/SaansTRIAL-Regular.woff') format('woff'),
       url('/fonts/saans-trial/SaansTRIAL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Saans TRIAL';
  src: url('/fonts/saans-trial/SaansTRIAL-Medium.woff2') format('woff2'),
       url('/fonts/saans-trial/SaansTRIAL-Medium.woff') format('woff'),
       url('/fonts/saans-trial/SaansTRIAL-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Saans TRIAL';
  src: url('/fonts/saans-trial/SaansTRIAL-SemiBold.woff2') format('woff2'),
       url('/fonts/saans-trial/SaansTRIAL-SemiBold.woff') format('woff'),
       url('/fonts/saans-trial/SaansTRIAL-SemiBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Satoshi Font Fallback */
@font-face {
  font-family: 'Satoshi';
  src: url('data:font/woff2;base64,') format('woff2');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

/* Gotham Medium Font Fallback */
@font-face {
  font-family: 'Gotham Medium';
  src: url('data:font/woff2;base64,') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* Fallback fonts */
.satoshi-medium {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gotham-medium {
  font-family: "Gotham Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
}


