/* =========================================================
   ENTRAX — FONT SYSTEM
========================================================= */

/* =========================================================
   FONT IMPORTS
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@500;600;700&display=swap');

/* =========================================================
   ACTIVE FONT SELECTION
========================================================= */

:root {


/* Primary / Body typography */
    --font-primary: 'Inter', system-ui, -apple-system, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, sans-serif;
    
    /* 'Roboto Condensed', sans-serif; */

    /* Headings & Section Labels */
    --font-heading: 'Inter', system-ui, -apple-system, sans-serif;
    /* 'Barlow Condensed', sans-serif; */
    --font-navigation: 'Inter', system-ui, -apple-system, sans-serif;
    --font-label: 'Inter', system-ui, -apple-system, sans-serif;
}