/* IMPORT */
@font-face {
    font-family: ABC ROM;
    src: url('../fonts/ABCROMMono-Book-Trial.otf');
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

@font-face {
    font-family: ABC ROM;
    src: url('../fonts/ABCROMMono-Regular-Trial.otf');
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: EK Roumald;
    src: url('../fonts/EKRoumaldTRIAL-Bold.otf');
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
}


/*
TYPOGRAPHY
*/
.t-small {
    font-family: ABC ROM, monospace;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.t-body {
    font-family: EK Roumald, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 100%;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.t-medium {
    font-family: ABC ROM, monospace;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.t-large {
    font-family: EK Roumald, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.7rem;
    line-height: 95%;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

@media only screen and (min-width: 1096px) {
    .t-small {font-size: .8rem;}
    .t-body {font-size: .8rem;}
    .t-medium {font-size: 1.25rem;}
    .t-large {font-size: 1.3rem;}
}

.t-600 {font-weight: 600;}

/*
STYLES
*/
.t-uppercase {text-transform: uppercase;}
.t-mix {text-transform: none !important;}
.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;
}