/* IMPORT */
/* @font-face {
    font-family: font;
    src: url('../fonts/font.otf');
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
} */


/*
TYPOGRAPHY
*/
.t-small {
    font-family: "stix-two-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 125%;
    letter-spacing: -0.01em;
}
@media only screen and (min-width: 1096px) {
    .t-small {font-size: 1.55rem;}
}

.t-body {
    font-family: "stix-two-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    line-height: 115%;
    letter-spacing: -0.003em;
}
@media only screen and (min-width: 768px) {
    .t-body {font-size: 3.8vw;}
}
@media only screen and (min-width: 1096px) {
    .t-body {font-size: 2.5rem;}
}

.t-large {
    font-family: "stix-two-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11.5vw;
    line-height: 85%;
    letter-spacing: -0.03em;
}
@media only screen and (min-width: 1096px) {
    .t-large {font-size: 5vw;}
}

/*
STYLES
*/
.t-italic {font-style: italic;}

.t-uppercase {text-transform: uppercase;}
.t-lowercase {text-transform: lowercase;}
.t-left {text-align: left;}
.t-center {text-align: center;}
.t-right {text-align: right;}
.t-underline {text-decoration: underline !important;}

.k-text a {
    display: inline;
    text-decoration: underline !important;
}