:root {
    --font-involve: 'Involve', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-euclid: 'Euclid Circular A', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
    font-family: var(--font-involve);
    font-size: 22px;
    box-sizing: border-box;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding-top: 17px;
    padding-bottom: 17px;
}

.header > .container {
    display: flex;
    justify-content: space-between;
}