
html, body{
    margin: 0%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    color: #000000;
}

/* CSS Variables */

:root{
    --primary-color: #4c807b;
    --primary-color-2: #62928d;
    --primary-color-3: #62bca7;;
}