﻿h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.title {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.subtitle-l {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.body-text {
    font-size: 16px;
    line-height: 28px;
}

.body-text-l {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
}

.body-text-m {
    font-size: 16px;
    line-height: 20px;
}

.label-text {
    font-size: 14px;
    line-height: 21px;
}

.label-text-1 {
    font-size: 14px;
    line-height: 18px;
}

.helper-text {
    font-size: 12px;
    line-height: 15px;
}

/* Font weights */
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.icon-1 {
    font-size: 20px;
    line-height: 23px;
}



@media (max-width: 992px) {
    h1 {
        font-size: 28px;
        line-height: 35px;
    }
}

/* Particular font styles*/

/* Header */
.header-logo-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.header-logo-text-bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

/* Navbar */
.navbar-item-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

/* Banner */
.banner-p-text {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 992px) {
    .banner-p-text {
        font-size: 14px;
        line-height: 21px;
    }
}

/* Main cards */
.main-button-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.main-button-text-active {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.body-l {
    font-size: 18px;
    line-height: 27px;
}

/* MD */
@media (min-width: 768px) {
    .md-cursos-title {
        font-size: 3rem;
        line-height: 4rem;
    }
}