@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Pretendard-Regular.woff2') format('woff2'),
         url('/fonts/Pretendard-Regular.woff') format('woff');
}


:root {
    --color-title: #222;
    --color-subcopy: #666;
    --color-smallcopy: #888;
}
