body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}


/* Titles */

.title-xl {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
}

.title-lg {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
}

.title-md {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%; 
}

.title-sm {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

.title-xs {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.title-footer {
    color: rgba(18, 17, 39, 0.50);
    font-size: 14px;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {

    .title-xl {
        font-size: 40px;
    }

    .title-lg {
        font-size: 32px;
    }

    .title-md {
        
    }

    .title-sm {
        
    }

    .title-xs {
        
    }    
}


/* Text */

.t-xl {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
}

.t-lg {
    
}

.t-md {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}

.t-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%; 
}

.t-xs {
    
}

.t-overline {
    font-size: 14px;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #444BD3;
}

.link-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #444BD3;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.link-white {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: white;
    color: #444BD3;
    font-weight: 500;
}

.link-blue.big,
.link-white.big {
    padding: 14px 32px;
}

.link-blue.small,
.link-white.small {
    padding: 8px 24px;
}

@media (max-width: 1024px) {
    .t-xl {
        font-size: 16px;
    }
}

/* Colors */

.t-indigo {
    color: #444BD3;
}

.t-gray {
    color: rgba(18, 17, 39, 0.76);
}
