/* =========================================
   TYPOGRAFIA - FONDY KORPORACYJNE
   ========================================= */

@font-face {
    font-family: 'Corporate S';
    src: url('../fonts/CorporateS-Demi.eot');
    src: url('../fonts/CorporateS-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateS-Demi.woff2') format('woff2'),
        url('../fonts/CorporateS-Demi.woff') format('woff'),
        url('../fonts/CorporateS-Demi.ttf') format('truetype');
    font-weight: 600; /* Zmieniono z normal na 600 dla wersji Demi */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate A';
    src: url('../fonts/CorporateA-Demi.eot');
    src: url('../fonts/CorporateA-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateA-Demi.woff2') format('woff2'),
        url('../fonts/CorporateA-Demi.woff') format('woff'),
        url('../fonts/CorporateA-Demi.ttf') format('truetype');
    font-weight: 600; /* Zmieniono z normal na 600 dla wersji Demi */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate S';
    src: url('../fonts/CorporateS-Regular.eot');
    src: url('../fonts/CorporateS-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateS-Regular.woff2') format('woff2'),
        url('../fonts/CorporateS-Regular.woff') format('woff'),
        url('../fonts/CorporateS-Regular.ttf') format('truetype');
    font-weight: 400; /* Zmieniono na numeryczne 400 dla spójności */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate A Condensed';
    src: url('../fonts/CorporateACon-Reg.woff2') format('woff2'),
        url('../fonts/CorporateACon-Reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate A';
    src: url('../fonts/CorporateA-Regular.eot');
    src: url('../fonts/CorporateA-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateA-Regular.woff2') format('woff2'),
        url('../fonts/CorporateA-Regular.woff') format('woff'),
        url('../fonts/CorporateA-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate S';
    src: url('../fonts/CorporateS-Light.eot');
    src: url('../fonts/CorporateS-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateS-Light.woff2') format('woff2'),
        url('../fonts/CorporateS-Light.woff') format('woff'),
        url('../fonts/CorporateS-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corporate A';
    src: url('../fonts/CorporateA-Light.eot');
    src: url('../fonts/CorporateA-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CorporateA-Light.woff2') format('woff2'),
        url('../fonts/CorporateA-Light.woff') format('woff'),
        url('../fonts/CorporateA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   ZMIENNE CSS (DO PRZYSZŁEGO WYKORZYSTANIA)
   ========================================= */
:root {
    --font-primary: 'Corporate S', sans-serif;
    --font-secondary: 'Corporate A', serif;
    --font-condensed: 'Corporate A Condensed', serif;
}