@import url('./pretendard/index.css');
@import url('./roboto/index.css');
@import url('./spoqahansansneo/index.css');

:root {
    --main-font-family: 'Roboto', 'Spoqa Han Sans Neo', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    --main-font-weight: 400;
}

body {
    font-family: var(--main-font-family);
    font-weight: var(--main-font-weight);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}