:where(:root) .bricks-color-primary {color: var(--blue)} :where(:root) .bricks-background-primary {background-color: var(--blue)} :where(:root) .bricks-color-secondary {color: var(--red)} :where(:root) .bricks-background-secondary {background-color: var(--red)} :where(:root) .bricks-color-light {color: var(--white)} :where(:root) .bricks-background-light {background-color: var(--white)} :where(:root) .bricks-color-dark {color: var(--black)} :where(:root) .bricks-background-dark {background-color: var(--black)} :where(:root) .bricks-color-warning {color: red} :where(:root) .bricks-background-warning {background-color: red} :where(:root) .bricks-color-danger {color: orange} :where(:root) .bricks-background-danger {background-color: orange} :where(:root) .bricks-color-success {color: green} :where(:root) .bricks-background-success {background-color: green} :where(:root) .bricks-color-info {color: blue} :where(:root) .bricks-background-info {background-color: blue} body {font-size: var(--text-m)} h1 {font-size: var(--h1)} h2 {font-size: var(--h2)} h3 {font-size: var(--h3)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} 