@font-face {
    font-family: Canela;
    src: url(../fonts/Canela-Regular-Trial.otf);
}
@font-face {
    font-family: Canela-Thin;
    src: url(../fonts/Canela-Thin-Trial.otf);
}
@font-face {
    font-family: Canela-Medium;
    src: url(../fonts/Canela-Medium-Trial.otf);
}
@font-face {
    font-family: Canela-Black;
    src: url(../fonts/Canela-Black-Trial.otf);
}
/* @font-face {
    font-family: Acumin;
    src: url(../fonts/Acumin-RPro.otf);
}
@font-face {
    font-family: Acumin-Light;
    src: url(../fonts/AcuminPro-Light.ttf);
} */
:root{
    --heading-font: 'Canela';
    --heading-font-thin: 'Canela-Thin';
    --heading-font-medium: 'Canela-Medium';
    --heading-font-black: 'Canela-Black';
    --body-font: 'Roboto', sans-serif;
    /* --body-font: 'Acumin'; */
    /* --body-font-thin: 'Acumin-Light'; */
    --white-color: #ffffff;
    --dark-color: #0B0804;    
    --theme-shade-1: #23292A;
    --theme-shade-2:#2E2213; 
    --theme-shade-3: #523C20;
    --theme-shade-4: #74562D;
    --theme-shade-5: #97703C;
    --theme-shade-6:#B7894D;
    --theme-shade-7:#C5A16F;
    --theme-shade-8:#D3B792;
    --theme-shade-9:#E0CEB5;
    --theme-shade-10:#EFE5D8;
}