/* Colors */
:root {
  --red: #FF0000;
  --green: #00FF00;
  --blue: #0000FF;
  --grey: #F0F0F0;

  --dark: #1F3046;
  --light: #7A89A2;
}