@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
@import url('https://cdn.jsdelivr.net/gh/toss/tossface/dist/tossface.css');

body {
    font-family: 'Wanted Sans Variable', sans-serif;
    font-weight: 500;
    font-style: normal;
}

/** Font Style */

.--fs-10 {
    font-size: 10px;
}

.--fs-11 {
    font-size: 11px;
}

.--fs-12 {
    font-size: 12px;
}

.--fs-13 {
    font-size: 13px;
}

.--fs-14 {
    font-size: 14px;
}

.--fs-15 {
    font-size: 15px;
}

.--fs-16 {
    font-size: 16px;
}

.--fs-17 {
    font-size: 17px;
}

.--fs-18 {
    font-size: 18px;
}

.--fs-19 {
    font-size: 19px;
}

.--fs-20 {
    font-size: 20px;
}

.--fs-21 {
    font-size: 21px;
}

.--fs-22 {
    font-size: 22px;
}

.--fs-23 {
    font-size: 23px;
}

.--fs-24 {
    font-size: 24px;
}

.--fs-25 {
    font-size: 25px;
}

.--fs-26 {
    font-size: 26px;
}

.--fs-27 {
    font-size: 27px;
}

.--fs-28 {
    font-size: 28px;
}

.--fs-29 {
    font-size: 29px;
}

.--fs-30 {
    font-size: 30px;
}

.--f-light {
    font-weight: 300 !important
}

.--f-normal {
    font-weight: 400 !important
}

.--f-medium {
    font-weight: 500 !important
}

.--f-semibold {
    font-weight: 600 !important
}

.--f-bold {
    font-weight: 700 !important
}

.--c-blue {
    color: #4054d6;
}

.--c-green {
    color: #01c73d;
}

.--c-orange {
    color: #f39f66;
}

.--c-red {
    color: #f60000;
}

.--c-gray {
    color: #c5c9cf
}

.--c-black {
    color: #393b3c;
}

.--w-20 {
    width: 20%;
}

/** Layout Style */

.swiper-container {
    overflow: hidden;
}

.--btn-custom-1 {
    background-color: #4054d6;
}

.--bg-default {
    background-color: #FAFBFF;
}

.--bg-white {
    background-color: white;
}

.--bg-blue {
    background-color: #4054d6;
}

.--bg-gray {
    background-color: #f4f4f4;
}

.--bg-black {
    background-color: #393b3c;
}

.--bg-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.--border-gradient {
    border-top: 5px solid rgb(64, 84, 214);
}

.--border-circle-gradient {
    border: 3px solid rgb(64, 84, 214);
    border-radius: 50%;
    overflow: hidden;
}

.--box-1 {
    max-width: 450px;
    height: 200px;
}

.--logo-align {
    top: 20px;
    left: 20px;
}

.--blur {
    opacity: 0.35;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.--vh-99 {
    height: 99vh;
}