@font-face {
    font-family: 'Dopis';
    src: url('../fonts/Dopis/Dopis-Light.woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dopis';
    src: url('../fonts/Dopis/Dopis-Regular.woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Dopis';
    src: url('../fonts/Dopis/Dopis-Bold.woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Dopis';
    src: url('../fonts/Dopis/Dopis-Black.woff');
    font-weight: 900;
    font-style: normal;
}