@charset "utf-8";

/* 폰트 설정 시작 */
@font-face {
    font-family:'PretendardR';
    src:url('../../comsys/resources/fonts/Pretendard-Regular.woff2') format('woff2'), 
        url('../../comsys/resources/fonts/Pretendard-Regular.woff') format('woff'),
        url('../../comsys/resources/fonts/Pretendard-Regular.ttf') format('truetype'),
        url('../../comsys/resources/fonts/Pretendard-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family:'PretendardMed';
    src:url('../../comsys/resources/fonts/Pretendard-Medium.woff2') format('woff2'), 
        url('../../comsys/resources/fonts/Pretendard-Medium.woff') format('woff'),
        url('../../comsys/resources/fonts/Pretendard-Medium.ttf') format('truetype'),
        url('../../comsys/resources/fonts/Pretendard-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family:'PretendardSB';
    src:url('../../comsys/resources/fonts/Pretendard-SemiBold.woff2') format('woff2'), 
        url('../../comsys/resources/fonts/Pretendard-SemiBold.woff') format('woff'),
        url('../../comsys/resources/fonts/Pretendard-SemiBold.ttf') format('truetype'),
        url('../../comsys/resources/fonts/Pretendard-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family:'PretendardB';
    src:url('../../comsys/resources/fonts/Pretendard-Bold.woff2') format('woff2'), 
        url('../../comsys/resources/fonts/Pretendard-Bold.woff') format('woff'),
        url('../../comsys/resources/fonts/Pretendard-Bold.ttf') format('truetype'),
        url('../../comsys/resources/fonts/Pretendard-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
/* 폰트 설정 종료 */


/* 기본 환경 셋팅 시작 */
html, body, .container {
    background-color: #313131;
    color: #fff;
    font-family:'PretendardMed';
}
h1, a {
    font-family:'PretendardSB' !important;
}
span {
    font-family:'PretendardMed' !important;
}
button:active, a:active {
    filter: brightness(80%);
    cursor: pointer;
}
/* 기본 환경 셋팅 종료 */
