8 lines
127 B
CSS

h3 {
color: var(--color-primary);
font-family: Montserrat;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}