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

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Surgena';
    src: url('../fonts/Surgena-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Global Override using the new font */
:root {
    --bs-body-font-family: 'Surgena', sans-serif;
    --bs-heading-font-family: 'Surgena', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
textarea,
select,
.section-title h2,
.main-menu .navigation>li>a {
    font-family: 'Surgena', sans-serif !important;
}

/* Specific overrides for common Ridd elements if they use other fonts explicitly */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Surgena', sans-serif !important;
}

/* Fix for FontAwesome Icons - Prevent Surgena from overriding icons */
.fas,
.fa {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands", "FontAwesome" !important;
    font-weight: 400 !important;
}

/* Generic fallback for i tags that appear to be icons (contain fa- class) */
i[class*="fa-"] {
    /* Let specific classes handle font-family */
}