/* import popins */

/* set variables */
:root {
  /* colors */
  --primary-color: #262626;
  --secondary-color: rgb(18, 161, 66);
  --dark-color: rgb(18, 161, 66);
  --dark-color: rgb(18, 161, 66);
  --light-color: rgb(18, 161, 66);

  /* values */
  --max-content-width: 1600px;
}
