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

@font-face {
    font-family: Saans;
    src: url('../fonts/Saans-Medium.otf');
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}


/*
TYPOGRAPHY
*/
.t-large {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 4rem;
    line-height: 90%;
    font-weight: 400;
    letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) {
    .t-large {font-size: 4.5vw;}
}

.t-body {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.25rem;
    line-height: 95%;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.t-small,
.t-small a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.005em;
}

.t-xsmall {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: .85rem;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.005em;
}


/*
STYLES
*/
.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;
}