/* 🛰️ CHRONOS GLOBAL FONT CONTROLLER (v1.0)
   Studio Antonio Rutilio - Russia Optimized Architecture
   ------------------------------------------------------ */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

/* Fallback Global Controls */
:root {
  --ar-font-primary: 'Outfit', sans-serif;
  --ar-font-secondary: 'Inter', sans-serif;
}

body {
  font-family: var(--ar-font-primary) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ar-font-primary);
}
