/**
 * Custom Fonts
 * Alphonse (logo) + Satoshi (UI)
 */

/* ========================================
   ALPHONSE - Logo Font
   ======================================== */
@font-face {
  font-family: "Alphonse";
  src: url("../font/Alphonse.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   ALPHONSE - Logo Font
   ======================================== */
@font-face {
  font-family: "Bastliga-one";
  src: url("../font/bastliga-one.regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   SATOSHI - UI Font (from verify-elaoumrani)
   ======================================== */
/* Note: Si Satoshi n'est pas disponible localement,
   on utilise les fallbacks système définis dans variables.css */

/* ========================================
   FONT UTILITIES
   ======================================== */

.font-logo {
  font-family: var(--font-logo);
}

.font-primary {
  font-family: var(--font-primary);
}

.font-mono {
  font-family: var(--font-mono);
}
