@charset "utf-8";
/* font-family: "Bodoni Moda", serif; */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

/* 페이퍼 로지 */
@font-face {
    font-family: 'Paperlogy1';
    font-style: normal;
    font-weight: 100;
    src: url(../font/paperlogy/Paperlogy-1Thin.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy2';
    font-style: normal;
    font-weight: 200;
    src: url(../font/paperlogy/Paperlogy-2ExtraLight.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy3';
    font-style: normal;
    font-weight: 300;
    src: url(../font/paperlogy/Paperlogy-3Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy4';
    font-style: normal;
    font-weight: 400;
    src: url(../font/paperlogy/Paperlogy-4Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy5';
    font-style: normal;
    font-weight: 500;
    src: url(../font/paperlogy/Paperlogy-5Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy6';
    font-style: normal;
    font-weight: 600;
    src: url(../font/paperlogy/Paperlogy-6SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy7';
    font-style: normal;
    font-weight: 700;
    src: url(../font/paperlogy/Paperlogy-7Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy8';
    font-style: normal;
    font-weight: 800;
    src: url(../font/paperlogy/Paperlogy-8ExtraBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Paperlogy9';
    font-style: normal;
    font-weight: 900;
    src: url(../font/paperlogy/Paperlogy-9Black.ttf) format('truetype');
}