@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800&display=swap");
html,
body {
    font-family: "Noto Sans KR", sans-serif;
}

/* font-family: "AktivGrotesk", "Sans-Serif"; */
@font-face {
    font-family: "AktivGrotesk";
    src: url("../../font/AktivGrotesk/AktivGrotesk-Light.otf") format("otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "AktivGrotesk";
    src: url("../../font/AktivGrotesk/AktivGrotesk-Regular.otf") format("otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "AktivGrotesk";
    src: url("../../font/AktivGrotesk/AktivGrotesk-Medium.otf") format("otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "AktivGrotesk";
    src: url("../../font/AktivGrotesk/AktivGrotesk-Bold.otf") format("otf");
    font-weight: 700;
    font-style: normal;
}
/*# sourceMappingURL=font.css.map */


