:root {
  /* The main color of the template, used on buttons, links, etc */
  --primary-clr: #003467;

  /* The hover state of some elements */
  --secondary-clr: #f8ad02;

  /* Used for text */
  --dark-clr: #000409;
}
