@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


:root {
  --waji-primary-color: #1C4A38;
  --waji-secondary-color: #FFEBD6;
  --waji-third-color: #6C2523;

  --waji-font-primary: 'Satoshi', sans-serif;
}

