/* IMPORT */
@font-face {
    font-family: ABC Walter Neue;
    src: url('../fonts/ABCWalterNeue-Semibold.otf');
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: ABC Walter Neue;
    src: url('../fonts/ABCWalterNeue-SemiboldItalic.otf');
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}


/*
TYPOGRAPHY
*/
.t-body,
.t-body_l {
    font-family: ABC Walter Neue;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 100%;
    /* letter-spacing: -0.05em; */
}
@media only screen and (min-width: 768px) {
    .t-body_l {font-size: 2rem;}
}


.t-italic {font-style: italic;}
.t-mix {text-transform: none;}


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