:root {
    --bslc-tosca: #19a89d;
    --text-gray: #808080;
    --text-dark: #333333;
}

*::-webkit-scrollbar {
    display: none;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Inter", "Rubik", sans-serif;
}
