:root {
  --marshmallow: #77675a;
  --dandelion: #caa46f;
  --soil: #26221f;
}

html {

/* Imbolc */

  --skullcap: #96bc8d;
  --nettle: #9fcba9;
  --sage: #82b28c;
  --chamomile-florets: #f5be27; /* yellow */
  --chamomile-petals: #fbf6de; /* white */
  --chamomile-petals-dried: #f1e6d1; /* brown */
  --assam: #000000;
  --wood-betony: #cb6fb7;
  --shirt-blue: #4281c6;
  --paper-bag: #c3a990;
  --manuscript: #faedc8;
  --bottle-label: #d8b894;
  --stamp-green: #20714b;
  
/* Beltaine */


/* Lughnasadh */


/* Samhain */


}


/* ~ Typography ~ */

@font-face {
  src: url('./fonts/LelujaOriginal-Regular.woff2') format("woff2"),
       url('./fonts/LelujaOriginal-Regular.ttf') format("ttf");
  font-family: 'Leluja';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url('fonts/LelujaOriginal-Italic.woff2') format("woff2"),
       url('./fonts/LelujaOriginal-Italic.ttf') format("ttf");
  font-family: 'Leluja';
  font-style: italic;
  font-weight: normal;
}

@font-face {
  src: url('fonts/LelujaOriginal-Bold.woff2') format("woff2"),
       url('./fonts/LelujaOriginal-Bold.ttf') format("ttf");
  font-family: 'Leluja';
  font-weight: bold;
  /* font-weight: 100; */
}

@font-face {
  src: url('fonts/LelujaOriginal-BoldItalic.woff2') format("woff2"),
       url('./fonts/LelujaOriginal-BoldItalic.ttf') format("ttf");
  font-family: 'Leluja';
  font-style: italic;
  font-weight: 100;
}

@font-face {
  src: url('fonts/LelujaSymbols.woff2') format("woff2");
  font-family: 'LelujaSymbols';
  font-style: normal;
  font-weight: normal;
}


@font-face {
  src: url('fonts/Basteleur-Moonlight.woff2') format("woff2"),
       url('fonts/Basteleur-Moonlight.woff') format("woff");
  font-family: 'Basteleur';
  font-style: normal;
  font-weight: normal;
}