:root {
    --font-family: "Inter", sans-serif;
    --font-family-second: Arial, sans-serif;
    --main-color: #0da578;
    --second-color: #71717a;
    --second-one-color: #2b2f3b;
    --third-color: #e4e4e7;
    --fourth-color: #ffbc57;
    --star-color: #ffbd00;
    --white-color: #ffffff;
    --white-one-color: #e2e2e7;
    --white-two-color: #eee;
    --red-color: #E10000FF;
    --black-color: #000000;
    --black-one-color: #000000b3;
    --font-size: 16px;
}