@import "tailwindcss";
@tailwind utilities;
@config "../tailwind.config.js"; 

@font-face {
    font-family: 'Elza_bold';
    src: url('../fonts/Elza-Bold.woff2') format('woff2'),
        url('../fonts/Elza-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Elza';
    src: url('../fonts/ElzaTextTrial-Regular.woff2') format('woff2'),
        url('../fonts/ElzaTextTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Elza_light';
    src: url('../fonts/Elza-Light.woff2') format('woff2'),
        url('../fonts/Elza-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elza_medium';
    src: url('../fonts/Elza-Medium.woff2') format('woff2'),
        url('../fonts/Elza-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elza_sblod';
    src: url('../fonts/Elza-Semibold.woff2') format('woff2'),
        url('../fonts/Elza-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elz_thin';
    src: url('../fonts/Elza-Thin.woff2') format('woff2'),
        url('../fonts/Elza-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elza_black';
    src: url('../fonts/Elza-Black.woff2') format('woff2'),
        url('../fonts/Elza-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Open-Sans-regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-medium';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open-Sans-sbold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
