.color-blue {
    color: var(--color-blue);
}

.bold {
    font-weight: bold;
}

.upper { text-transform: uppercase; }
.spaced { letter-spacing: 10%; }

.centered { margin: 0 auto; }
.w-full { max-width: unset; min-width: unset; width: 100vw; }

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