/* 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: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 400;
    font-size: 1.15rem;
    line-height: 100%;
}
@media only screen and (min-width: 768px) {
    .t-body {font-size: 1rem;}
}
@media only screen and (min-width: 1024px) {
    .t-body {font-size: 1rem;}
}


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