@charset "utf-8";

@font-face {
    font-family: 'Paperozi';
    font-weight: 400;
    src: url('../fonts/Paperlogy-4Regular.woff2') format('woff2'),
         url('../fonts/Paperlogy-4Regular.woff') format('woff');
}

@font-face {
    font-family: 'Paperozi';
    font-weight: 700;
    src: url('../fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('../fonts/Paperlogy-7Bold.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-weight: 400;
    src: url('../fonts/DS-DIGI.woff2') format('woff2'),
         url('../fonts/DS-DIGI.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-weight: 700;
    src: url('../fonts/DS-DIGIB.woff2') format('woff2'),
         url('../fonts/DS-DIGIB.woff') format('woff');
}