/* FONTS */
body {
    font-family: 'Inter', sans-serif;
	font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 400;
    font-variation-settings: "opsz" 32;
}

h1 {
    font-family: "Source Serif 4", serif;
    font-size: 5rem; /* 80px */
    letter-spacing: -1px;
    line-height: 1.125; /* 90 ÷ 80 */
    font-weight: 570;
}

i {
    font-style: italic;
}


/* LAYOUT */

.container {
    max-width: 1540px;
    padding-left: 0;
    padding-right: 0;
}