@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/roboto-v49-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap; /* 폰트 로딩 중에도 텍스트 표시 */
}
@font-face {
    font-family: 'Roboto Mono';
    src: url('/fonts/roboto/roboto-mono-v31-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap; /* 폰트 로딩 중에도 텍스트 표시 */
}
@font-face {
    font-family: 'Material Icons';
    src: url('/fonts/material-icons/material-icons-v145-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caveat';
    src: url('/fonts/caveat/caveat-v23-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dongle';
    src: url('/fonts/dongle/dongle-v16-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto-sans/noto-sans-v42-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
