:root {
    --color1: #ebe2d6;
    --color2: #f0ebe5;
    --color3: #603d14;
    --color4: #6fbfaf;
    --border: dotted 1px var(--color3);
    --shadow: 0px 0px 5px #00000050;
}

@font-face {
  font-family: CormorantGaramond; /* set name */
  src: url("/font/CormorantGaramond.woff"); /* url of the font */
}