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

@font-face {
    font-family: DiverXO_Inverted;
    src: url('../fonts/diverxo-invertida.otf');
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}


/*
TYPOGRAPHY
*/
.t-small,
.t-small_xl {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: .6666rem;
    line-height: 115%;
    text-transform: uppercase;
    letter-spacing: -.01em;
}

.t-body,
.t-body_xs {
    font-family: DiverXO;
    font-size: 1.1rem;
    line-height: 100%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .002em;
}

.t-medium {
    font-family: DiverXO;
    font-size: 1.5rem;
    line-height: 95%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .005em;
}

.t-large {
    font-family: DiverXO_Inverted;
    font-size: 1.7rem;
    line-height: 95%;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -.005em;
}

@media only screen and (min-width: 768px) {
    .t-body {font-size: 1rem;}
    .t-large {font-size: 1.85rem;}
}

@media only screen and (min-width: 1096px) {
    .t-small {font-size: .6rem;}
    .t-small_xl,
    .t-body_xs {font-size: .85rem;}
    .t-body {font-size: 1rem;}
    .t-medium {font-size: 1.25rem;}
    .t-large {font-size: 1.66rem;}
}

@media (hover: hover) {
    .t-large {font-family: DiverXO;}

    body:not([data-template="default"]) .t-body:hover,
    body:not([data-template="default"]) .t-medium:hover,
    body:not([data-template="default"]) .t-large:hover {font-family: DiverXO_Inverted;}
}

@media (hover: none) {
    .t-body,
    .t-body_xs,
    .t-medium {font-family: DiverXO_Inverted !important;}
}


/*
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 {
    font-family: inherit;
    display: inline;
    text-decoration: underline !important;
}