/* ******************* */
/* DEFAULT */
/* ******************* */

body {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* ******************* */
/* LINE HEIGHTS */
/* ******************* */

.lh-compact {
    line-height: 1.3;
}

.lh-normal {
    line-height: 1.5 !important;
}

.lh-spaced {
    line-height: 1.7;
}

/* ******************* */
/* TEXT SIZE */
/* ******************* */

.text-lg {
    font-size: 18px;
}

.text-md {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    font-size: 11px;
}

/* ******************* */
/* TITLE SIZE */
/* ******************* */

.title-xxl {
    font-size: 68px;
}

.title-xl {
    font-size: 58px;
}

.title-lg {
    font-size: 38px;
}

.title-md {
    font-size: 32px;
}

.title-sm {
    font-size: 26px;
}

.title-xs {
    font-size: 20px;
}

/* ******************* */
/* WEIGHT */
/* ******************* */

.bold {
    font-weight: bold;
}

.semi-bold {
    font-weight: 600;
}

.no-bold {
    font-weight: normal;
}