/*
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Thin.woff2') format('woff2'),
         url('NickySans-Thin.otf') format('opentype');
             font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-ThinItalic.woff2') format('woff2'),
         url('NickySans-ThinItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'NickySans';
    src: url('NickySans-ExtraLight.woff2') format('woff2'),
         url('NickySans-ExtraLight.otf') format('opentype');
             font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-ExtraLightItalic.woff2') format('woff2'),
         url('NickySans-ExtraLightItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
*/

@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Light.woff2') format('woff2'),
         url('NickySans-Light.otf') format('opentype');
             font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-LightItalic.woff2') format('woff2'),
         url('NickySans-LightItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Regular.woff2') format('woff2'),
         url('NickySans-Regular.otf') format('opentype');
             font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Italic.woff2') format('woff2'),
         url('NickySans-Italic.otf') format('opentype');
             font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Medium.woff2') format('woff2'),
         url('NickySans-Medium.otf') format('opentype');
             font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-MediumItalic.woff2') format('woff2'),
         url('NickySans-MediumItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'NickySans';
    src: url('NickySans-SemiBold.woff2') format('woff2'),
         url('NickySans-SemiBold.otf') format('opentype');
             font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-SemiBoldItalic.woff2') format('woff2'),
         url('NickySans-SemiBoldItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
/*
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Bold.woff2') format('woff2'),
         url('NickySans-Bold.otf') format('opentype');
             font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-BoldItalic.woff2') format('woff2'),
         url('NickySans-BoldItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
*/
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-ExtraBold.woff2') format('woff2'),
         url('NickySans-ExtraBold.otf') format('opentype');
             font-style: normal;
    font-weight: 700;
    /*font-weight: 800; Oryginalnie */
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-ExtraBoldItalic.woff2') format('woff2'),
         url('NickySans-ExtraBoldItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 700;
    /*font-weight: 800; Oryginalnie */
    text-rendering: optimizeLegibility;
    font-display: swap;
}
/*
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-Black.woff2') format('woff2'),
         url('NickySans-Black.otf') format('opentype');
             font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'NickySans';
    src: url('NickySans-BlackItalic.woff2') format('woff2'),
         url('NickySans-BlackItalic.otf') format('opentype');
             font-style: italic;
    font-weight: 900;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
*/