@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Base typography */
body {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
}

.heading {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.heading-large {
    font-size: 4rem;
    font-weight: 650;
    line-height: 1.3;
}

.heading-medium {
    font-size: 2.5rem;
    font-weight: 700;
}

.text-large {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 90%;
}

.text-medium {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 90%;
}

.text-small {
    font-size: 1rem;
    font-weight: 200;
    max-width: 90%;
    text-align: center;
}


