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


/*
TYPOGRAPHY
*/
.t-small {
    font-family: GrandSlang;
    font-size: .8rem;
    line-height: 115%;
    letter-spacing: .02em;
}
@media only screen and (min-width: 768px) {
    .t-small {font-size: 1rem;}
}
@media only screen and (min-width: 1096px) {
    .t-small {font-size: 1.25rem;}
}

.t-body {
    font-family: GrandSlang;
    font-size: 1rem;
    line-height: 100%;
}

.t-medium {
    font-family: GrandSlang;
    font-size: 1.5rem;
    line-height: 115%;
    letter-spacing: .01em;
}
@media only screen and (min-width: 768px) {
    .t-medium {font-size: 2rem;}
}
@media only screen and (min-width: 1096px) {
    .t-medium {font-size: 2.5rem;}
}

.t-large {
    font-family: GrandSlang;
    font-size: 2.25rem;
    line-height: 100%;
}
@media only screen and (min-width: 768px) {
    .t-large {font-size: 2.5rem;}
}
@media only screen and (min-width: 1096px) {
    .t-large {font-size: 4rem;}
}


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