/* Типография */
.text-light {
    color: var(--color-light);
}

.text-light-secondary {
    color: var(--color-light-secondary);
}

.text-accent {
    color: var(--color-accent-text);
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

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

.text-center {
    text-align: center;
}