:root {
--color-bg: #F6EEE6;
--color-tile: #EDE0D3;
--color-button: #4E3629;
--color-text: #4E3629;
--font-family-main: F37;

}
@font-face {
   font-family: Cormorant;
   src: url('CormorantSC-Regular.ttf');
}
@font-face {
   font-family: F37;
   src: url('F37GingerRegular.ttf');
}