@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --default-font: Inter, sans-serif;
    --primary-color: #c71c54;
    --primary-bg-image: url(/static/images/top.jpg);
    --txt-color-primary: #181818;
    --txt-color-secondary: #fffd98;
    --txt-color-third: #000;
    --background-color: #ffffff;
    --hr-line-color: #ebebeb;
    --logo-height: 65px;
    --header-icon-color: #fffd98;
    --new-ribbon-background-color: #6450c3;
    --new-ribbon-text-color: #ffffff;
    --free-ribbon-background-color: #66b734;
    --free-ribbon-text-color: #ffffff;
    --button-txt-color: #fff;
    --header-background: #c71c54;
    --footer-background: #c71c54;
}
