@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-ExtraBold.woff') format('woff');
    font-weight: 800;
}
@font-face {
    font-family: 'Onest';
    src: url('/assets/default/fonts/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: black;
}

:root {
    --eazy-color-primary: #D7B56D;
    --eazy-color-secondary:#67231C;
    --eazy-font-title: 'Onest', sans-serif;
    --eazy-font-main: 'Onest', sans-serif;
}