@charset "utf-8";
/* Paperlogy — local theme fonts */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../../theme/basic/css/fonts/Paperlogy-4Regular.woff2') format('woff2'),
         url('../../theme/basic/css/fonts/Paperlogy-4Regular.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../../theme/basic/css/fonts/Paperlogy-4Regular.woff2') format('woff2'),
         url('../../theme/basic/css/fonts/Paperlogy-4Regular.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../../theme/basic/css/fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('../../theme/basic/css/fonts/Paperlogy-7Bold.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../../theme/basic/css/fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('../../theme/basic/css/fonts/Paperlogy-7Bold.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('../../theme/basic/css/fonts/Paperlogy-9Black.woff2') format('woff2'),
         url('../../theme/basic/css/fonts/Paperlogy-9Black.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('../../theme/basic/css/fonts/Paperlogy-9Black.woff2') format('woff2'),
         url('../../theme/basic/css/fonts/Paperlogy-9Black.woff') format('woff');
}
