/* IMPORT */
@font-face {font-family: ABC Pelikan; src: url('../fonts/ABCPelikanOitoo-Bold.woff'); font-style: normal; font-weight: 700; font-stretch: normal;}
@font-face {font-family: ABC Pelikan; src: url('../fonts/ABCPelikanOitoo-Medium.woff'); font-style: normal; font-weight: 500; font-stretch: normal;}


/*
TYPOGRAPHY
*/
.t-small {
    font-family: ABC Pelikan, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 118%;
    font-weight: 500;
    letter-spacing: -.0075em;
}

.t-medium {
    font-family: ABC Pelikan, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 118%;
    font-weight: 500;
    letter-spacing: -.025em;
}

.t-large {
    font-family: ABC Pelikan, Helvetica, Arial, sans-serif;
    font-size: 3.8rem;
    line-height: 118%;
    font-weight: 500;
    letter-spacing: -.025em;
}

.t-fit {line-height: 80%;}

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


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