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

@font-face {
    font-family: Neue Montreal;
    src: url('../fonts/NeueMontreal-Medium.otf');
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}


/*
TYPOGRAPHY
*/
.t-body {
    font-family: Neue Montreal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 0.005em;
}
@media only screen and (min-width: 1200px) {
    .t-body {font-size: .9rem;}
}

.t-large {
    font-family: Neue Montreal;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    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;
}