Store colors and fonts at :root

PHOTO EMBED

Wed Dec 30 2020 19:26:44 GMT+0000 (Coordinated Universal Time)

Saved by @longshot #css

//store colors and fonts
:root {
--clr-name-name: #;
--ff-name:
}

*,
*::before,
*::after {
    box-sizing: border-box;
  }

//application

font-family: var(--ff-name);
content_copyCOPY