@import 'styles/variables.scss'; .container { color: var(--primaryText); p { margin-bottom: 20px; } strong { font-weight: bold; } .host { color: var(--superGreen); } }