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

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

//application

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