html {
    background: var(--aok-white);
    color: var(--aok-black);
    font-family: var(--aok-font-family);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

body {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

.container--small {
    max-width: 590px;
}

.relative {
    position: relative;
}

.icon {
    fill: var(--aok-green);
}

.icon--reason {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}
