/* ==========================================================================
   SEGOE UI (LOCAL FONTS)
   ========================================================================== */

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300; /* Light */
    src: url('../assets/fonts/segoeuil.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: 300; /* Light Italic */
    src: url('../assets/fonts/segoeuisl.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('../assets/fonts/segoeui.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: 400; /* Italic */
    src: url('../assets/fonts/segoeuii.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600; /* Semibold */
    src: url('../assets/fonts/seguisb.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: 600; /* Semibold Italic */
    src: url('../assets/fonts/seguisbi.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('../assets/fonts/segoeuib.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: 700; /* Bold Italic */
    src: url('../assets/fonts/segoeuiz.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 900; /* Black */
    src: url('../assets/fonts/seguibl.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    font-style: italic;
    font-weight: 900; /* Black Italic */
    src: url('../assets/fonts/seguibli.ttf') format('truetype');
    font-display: swap;
}

/* Variable / Display Variants if needed specifically */
@font-face {
    font-family: 'Segoe UI Variable';
    font-style: normal;
    font-weight: 400; 
    src: url('../assets/fonts/SegUIVar.ttf') format('truetype');
    font-display: swap;
}
