.subtitle { font-family: var(--typography-Subtitle-fontFamily); font-size: clamp( var(--typography-Subtitle-Mobile-fontSize), 0.3vw + 15px, var(--typography-Subtitle-Desktop-fontSize) ); font-weight: var(--typography-Subtitle-fontWeight); letter-spacing: var(--typography-Subtitle-letterSpacing); line-height: var(--typography-Subtitle-lineHeight); margin: var(--Spacing-x0); padding: var(--Spacing-x0); } .regular { text-transform: none; } .uppercase { text-transform: uppercase; } .center { text-align: center; } .left { text-align: left; } .burgundy { color: var(--Scandic-Brand-Burgundy); } .pale { color: var(--Scandic-Brand-Pale-Peach); }