@font-face {
    font-family: 'Dopis';   
    src:
    url('../fonts/Dopis-Light.woff2') format('woff2'),
    url('../fonts/Dopis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dopis';
    src: 
    url('../fonts/Dopis-Regular.woff2') format('woff2'),
    url('../fonts/Dopis-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Dopis';    
    src: 
    url('../fonts/Dopis-Bold.woff2') format('woff2'),
    url('../fonts/Dopis-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Dopis';   
    src: 
    url('../fonts/Dopis-Black.woff2') format('woff2'),
    url('../fonts/Dopis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/**********************************************************************************/

@font-face {
    font-family: 'DopisCondensed'; 
    src: 
    url('../fonts/Dopis-LightCondensed.woff2') format('woff2'),
    url('../fonts/Dopis-LightCondensed.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DopisCondensed';
   
    src: 
    url('../fonts/Dopis-RegularCondensed.woff2') format('woff2'),
    url('../fonts/Dopis-RegularCondensed.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DopisCondensed';  
    src: 
    url('../fonts/Dopis-BoldCondensed.woff2') format('woff2'),
    url('../fonts/Dopis-BoldCondensed.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DopisCondensed';   
    src: 
    url('../fonts/Dopis-BlackCondensed.woff2') format('woff2'),
    url('../fonts/Dopis-BlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
