@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
body {
    font-family: Inter;
    font-weight: 500;
}

h1 {
    /* Extra small devices (phones, less than 768px) */
    font-size: 54px;
    line-height: 77.45px;
    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        font-size: 64px;
    }
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        font-size: 80px;
        line-height: 116px;
    }
}

.text-dark-gray {
    color: #263238;
}

.text-light-gray {
    color: #58585a;
}
