@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: #66b734;
    --primary-bg-image: url(/static/images/main-banner.jpg);
    --txt-color-primary: #181818;
    --txt-color-secondary: #2a342a;
    --txt-color-third: #ffffff;
    --background-color: #ffffff;
    --hr-line-color: #55853836;
    --logo-height: 80px;
    --header-icon-color: #f14e13;
    --new-ribbon-background-color: #78c9e3;
    --new-ribbon-text-color: #ffffff;
    --free-ribbon-background-color: #66b734;
    --free-ribbon-text-color: #ffffff;
}