@charset "utf-8";

/* Paperlogy - 실제 존재하는 weight: 400, 700, 900 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-4Regular.eot');
    src: url('./fonts/Paperlogy-4Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Paperlogy-4Regular.woff2') format('woff2'),
         url('./fonts/Paperlogy-4Regular.woff') format('woff'),
         url('./fonts/Paperlogy-4Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-4Regular.woff2') format('woff2'),
         url('./fonts/Paperlogy-4Regular.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('./fonts/Paperlogy-7Bold.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-7Bold.eot');
    src: url('./fonts/Paperlogy-7Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('./fonts/Paperlogy-7Bold.woff') format('woff'),
         url('./fonts/Paperlogy-7Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-9Black.woff2') format('woff2'),
         url('./fonts/Paperlogy-9Black.woff') format('woff');
}
@font-face {
    font-family: 'Paperlogy';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-9Black.eot');
    src: url('./fonts/Paperlogy-9Black.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Paperlogy-9Black.woff2') format('woff2'),
         url('./fonts/Paperlogy-9Black.woff') format('woff'),
         url('./fonts/Paperlogy-9Black.ttf') format('truetype');
}

/* 기존 별칭 호환 유지 */
@font-face {
    font-family: 'font-R';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-4Regular.eot');
    src: url('./fonts/Paperlogy-4Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Paperlogy-4Regular.woff2') format('woff2'),
         url('./fonts/Paperlogy-4Regular.woff') format('woff'),
         url('./fonts/Paperlogy-4Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'font-B';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-7Bold.eot');
    src: url('./fonts/Paperlogy-7Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Paperlogy-7Bold.woff2') format('woff2'),
         url('./fonts/Paperlogy-7Bold.woff') format('woff'),
         url('./fonts/Paperlogy-7Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'font-H';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/Paperlogy-9Black.eot');
    src: url('./fonts/Paperlogy-9Black.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Paperlogy-9Black.woff2') format('woff2'),
         url('./fonts/Paperlogy-9Black.woff') format('woff'),
         url('./fonts/Paperlogy-9Black.ttf') format('truetype');
}
