@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&family=Noto+Sans+KR:wght@100..900&display=swap');

@font-face {
    font-family: 'Fira Code';
    src: url('/css/fonts/FiraCode-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Code';
    src: url('/css/fonts/FiraCode-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Code';
    src: url('/css/fonts/FiraCode-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Code';
    src: url('/css/fonts/FiraCode-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Code';
    src: url('/css/fonts/FiraCode-Bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
