/* Reset */

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'League Spartan', Helvetica, Arial, sans-serif;
    font-size: var(--font-size-26);
    color: var(--primary);
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: var(--font-weight-bold);
}

.container {
    max-width: calc(1600px + 3.75rem);
    padding-inline: 1.875rem;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

h1 {
    margin-bottom: clamp(0.875rem, 0.6019rem + 1.165vw, 2rem);
    letter-spacing: -2px;
}

h2 {
    margin-bottom: clamp(0.75rem, 0.568rem + 0.7767vw, 1.5rem);
    font-weight: var(--font-weight-semibold);
    letter-spacing: -1px;
}

h4, h5 {
    font-weight: var(--font-weight-semibold);
}