/* General Sans — self-hosted from Fontshare (Indian Type Foundry) */

@font-face {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2');
}

@font-face {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
}

/* Apply General Sans globally */
body,
.brxe-heading,
.brxe-text-basic,
.brxe-button,
.brxe-nav-menu,
.brxe-text,
h1, h2, h3, h4, h5, h6,
p, a, li, span, label, input, textarea, select, button {
    font-family: 'General Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
