.fw-700 { font-weight: 700; }
.fw-600 { font-weight: 600; }
.fw-500 { font-weight: 500; }
.fw-400 { font-weight: 400; }

.t-yellow { color: var(--yellow); }
.t-blue-dark { color: var(--blue-dark); }
.t-blue-light { color: var(--blue-light); }
.t-blue-lighter { color: var(--blue-lighter); }

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 1.875rem;
    font-weight: 600;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }
}
