:root {
--color-bg: #FFFBF1;
--color-tile: #F1E9D4;
--color-button: #363B45;
--color-text: #0E0E0E;
 --font-family-main: 'Rubik';
}
@font-face {
   font-family: RubikBold;
   src: url('Rubik-Bold.ttf');
}
@font-face {
   font-family: Rubik;
   src: url('Rubik-Regular.ttf');
}