/* Use this file to store your useful variables */
/* This could be colors, fonts, or padding sizes! */

:root {
  --color-primary: #7be447;
  --color-secondary: #1f1f1f;
  --main-color: #002d45;
}
