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


/*
TYPOGRAPHY
*/
.t-body {
    font-family: font;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: -0.05em;
}


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