@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
    --default-font: Roboto, sans-serif;
    --primary-color: #ffe5c4;
    --primary-bg-image: url(/static/images/top.jpg);
    --txt-color-primary: #181818;
    --txt-color-secondary: #f7941f;
    --txt-color-third: #3b474a;
    --background-color: #ffffff;
    --hr-line-color: #ebebeb;
    --logo-height: 65px;
    --header-background: #3b474a;
    --footer-background: #3b474a;
    --footer-txt-color: #fff;
    --header-icon-color: #fecf16;
    --new-ribbon-background-color: #f7941f;
    --new-ribbon-text-color: #ffffff;
    --free-ribbon-background-color: #66b734;
    --free-ribbon-text-color: #ffffff;
}
