@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: #2dd902;
    --primary-bg-image: url(/static/images/top.jpg);
    --txt-color-primary: #181818;
    --txt-color-secondary: #0b94ba;
    --txt-color-third: #ffffff;
    --background-color: #fff8f8;
    --hr-line-color: #ebebeb;
    --logo-height: 65px;
    --header-icon-color: #0b94ba;
    --new-ribbon-background-color: #f7ec1f;
    --new-ribbon-text-color: #000000;
    --free-ribbon-background-color: #66b734;
    --free-ribbon-text-color: #ffffff;
}
