
html, body{
    margin: 0%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-family: Montserrat;
}

/* CSS Variables */

:root{
    --primary-color: #fff200;
    --primary-color-2: #333333;
    --primary-color-3: #1D1D1D;
}