/* IMPORT */
@font-face {
    font-family: Switzer;
    src: url('../fonts/switzer-black.woff2');
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
}

.t-serif {font-family: "times-new-roman", sans-serif; font-weight: 400; font-style: normal;}
.t-sans {font-family: Switzer; font-weight: 900; font-style: normal;}


/*
TYPOGRAPHY
*/
.t-serif.t-body {
    font-size: 1.7rem;
    line-height: 105%;
    letter-spacing: -0.01em;
}
dd.t-serif.t-body {line-height: 120%;}

.t-sans.t-body {
    font-size: 1.7rem;
    line-height: 105%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}


/*
STYLES
*/
.t-italic {font-style: italic;}
.t-alpha {opacity: var(--t-alpha);}

.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;
}