@charset "utf-8";

/* Sansation */
@font-face {
    font-family: "Sansation";
    font-weight: 300;
    src: url("./Sansation_Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    font-weight: 500;
    src: url("./Sansation_Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    font-weight: 700;
    src: url("./Sansation_Bold.ttf");
    font-display: swap;
}

/* Noto Sans KR */
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: url("./notokr-thin.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 200;
    src: url("./notokr-light.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url("./notokr-demilight.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url("./notokr-regular.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url("./notokr-medium.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: url("./notokr-bold.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: url("./notokr-black.ttf") format("truetype");
}