:root {
--color-bg: #EAE6E3;
--color-tile: #E2D4C9;
--color-option: #E2D4C9;
--color-icon: #000000;
--color-button: #B17F2C;
--color-text: #000000;
--font-family-secondary: gotham;
--font-family-main: gotham;
--font-family-title: cochin;
}
@font-face {
   font-family: cochin;
   src: url('CochinLTStd.otf');
}
@font-face {
   font-family: gotham;
   src: url('14008.otf');
}