/***** Variables *****/
:root {
  --font-family--regular: 'Fira Sans', sans-serif;
  --font-family--heading: 'Montserrat', sans-serif;

  --color--white: rgb(255, 255, 255);
  --color--black: rgb(24, 24, 24);
  --color--red: rgb(251, 13, 43);
  --color--grey: rgb(230, 230, 230);
  --color--grey-dark: rgb(160, 160, 160);
}