:root {
    --color-bg: #FFFFFF;
    --color-button: #85754E;
    --color-text-button: #FFFFFF;
    --color-text: #635532;
    --color-tile: #EEEBE0;
    --font-family-title: canela;
    --font-size-text: 16px;
    --font-family-main: avenir;
}
@font-face {
   font-family: canela;
   src: url('Canela-Regular-Trial.otf');
}
@font-face {
   font-family: avenir;
   src: url('AvenirNextLTPro-Regular.otf');
}
svg {
    fill: var(--color-button);
}