/* ==========================================================================
   Golgap — Global Fonts & Icon Stylesheet
   Centralised resource loaded by every page via /assets/global-fonts.css
   ========================================================================== */

/* --- Google Fonts -------------------------------------------------------- */

/* Preconnect hints (injected via @import because <link> preconnect lives in HTML) */

/* Headline font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap');

/* Body / label font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* Material Symbols Outlined — variable icon font */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');


/* --- Icon defaults ------------------------------------------------------- */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
