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


/*
TYPOGRAPHY
*/
.t-xsmall {
    font-family: PP Right Serif, Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0.025em;
}

.t-small {
    font-family: PP Right Serif, Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 1.5rem;
    line-height: 100%;
}
@media only screen and (min-width: 768px) {
    .t-small {font-size: 1.25rem;}
}

.t-medium {
    font-family: PP Right Serif, Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 2.25rem;
    line-height: 98%;
    letter-spacing: -.01em;
}

.t-large {
    font-family: PP Right Serif, Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 3rem;
    line-height: 98%;
    letter-spacing: -.01em;
}
@media only screen and (min-width: 768px) {
    .t-large {font-size: 3.5rem; letter-spacing: -.02em;}
}

.t-huge {
    font-family: PP Right Serif, Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 22vw;
    line-height: 70%;
    letter-spacing: -.025em;
}


/*
STYLES
*/
.t-fit {line-height: 100%;}
.t-highlight {
    line-height: 100%;
    background: var(--c-blue);
    padding: 0 2px;
    width: fit-content;
    white-space: nowrap;
}

.t-uppercase {text-transform: uppercase;}
.t-lowercase {text-transform: lowercase;}

.t-underline {text-decoration: underline !important;}

.t-left {text-align: left;}
.t-center {text-align: center;}
.t-right {text-align: right;}

.k-text {max-width: 50rem;}
.k-text a {
    display: inline;
    text-decoration: underline !important;
}