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




/*
TYPOGRAPHY
*/
.t-small {
    font-family: "akzidenz-grotesk-next-extend", sans-serif;
    font-size: .8rem;
    line-height: 120%;
    letter-spacing: 0.05em;
}
.t-small.t-uppercase {letter-spacing: .15em;}

.t-body {
    font-family: "akzidenz-grotesk-next-extend", sans-serif;
    font-size: 1rem;
    line-height: 125%;
    letter-spacing: 0.02em;
}
.t-body.t-uppercase {letter-spacing: .15em;}

.t-large {
    font-family: "akzidenz-grotesk-next-extend", sans-serif;
    font-size: 2rem;
    line-height: 105%;
    letter-spacing: 0.02em;
}
.t-large.t-uppercase {letter-spacing: .15em;}
@media only screen and (min-width: 1096px) {
    .t-large {font-size: 3rem;}
}


/*
STYLES
*/
.t-bold,
.t-bold * {font-weight: 700;}

.t-italic {font-style: italic;}

.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,
.k-text button {
    display: inline;
    text-decoration: underline !important;
}