:root {
--color-bg: #FFFFFF;
--color-tile: #EBEBEB;
--color-button: #B5A191;
--color-text: #101527;
--font-family-main: 'Jost', sans-serif;
--font-family-title: Helene, serif;
}

@font-face {
   font-family: Helene;
   font-weight: 400;
   src: url('HeleneHess-Regular.ttf');
}

@font-face {
   font-family: Jost;
   font-weight: 500;
   src: url('Jost-Regular.ttf');
}