@font-face {
    font-family: "Inter";
    src: url("/fonts/InterTight-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Karrik";
    src: url("/fonts/Karrik-Regular.woff2") format("woff2");
}

html {
    font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Karrik";
    letter-spacing: .03ch;
}

strong,
u {
    font-weight: 400 !important;
}

.font-karrik {
    font-family: "Karrik";
    letter-spacing: .03ch;
}

.soon {
    position: relative;
    opacity: .6;
    display: block;
}

.soon::after {
    content: "SOON";
    position: relative;
    font-size: 7px;
    top: -3px;
    left: 2px;
    background: rgb(233, 62, 62);
    color: white;
    line-height: 9px;
    padding: 1px 3px;
    border-radius: 4px;
}

.plus {
    position: relative;
    display: block;
}

.plus::after {
    content: "PLUS";
    position: relative;
    font-size: 7px;
    top: -3px;
    left: 2px;
    background: rgb(62, 120, 233);
    color: white;
    line-height: 9px;
    padding: 1px 3px;
    border-radius: 4px;
}

span.bullet-needscustom {
    position: relative;
    bottom: 1.5px;
}

.underlined {
    text-decoration: underline;
    text-decoration-thickness: .1ch;
}



.fs-t1 {
    font-family: "Karrik";
    font-size: 50px;
    line-height: 55px;
}
.fs-t2 {
    font-family: "Karrik";
    font-size: 35px;
    line-height: 39px;
}
.fs-t3 {
    font-family: "Inter";
    font-size: 20px;
    line-height: 24px;
}
.fs-t4 {
    font-family: "Karrik";
    font-size: 20px;
    line-height: 22px;
}
.fs-t5 {
    font-family: "Inter";
    font-size: 16px;
    line-height: 19px;
}
.fs-t6 {
    font-family: "Karrik";
    font-size: 25px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
.fs-t1 {
    font-family: "Karrik";
    font-size: calc(50px * 0.5);
    line-height: calc(55px * 0.5);
}
.fs-t2 {
    font-family: "Karrik";
    font-size: calc(35px * 0.6);
    line-height: calc(39px * 0.6);
}
.fs-t3 {
    font-family: "Inter";
    font-size: calc(20px * 0.7);
    line-height: calc(24px * 0.7);
}
.fs-t4 {
    font-family: "Karrik";
    font-size: 20px;
    line-height: 22px;
}
.fs-t5 {
    font-family: "Inter";
    font-size: 12px;
    line-height: 15px;
}
.fs-t6 {
    font-family: "Karrik";
    font-size: calc(25px * 0.7);
    line-height: calc(28px * 0.7);
}
}

.drawer_indicator::after {
    content: "+";
}

.open .drawer_indicator::after {
    content: "×";
}