@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bauziet Norm';
    src: url('../fonts/Bauziet-Norm-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* Material Symbols - Global Filled Icon Style */
.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

