.atlantis {
    font-size: var(--font-size, 1rem);
}

.atlantis__header {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.777em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, 1.25);
    color: var(--color, black);
}

.atlantis__results {
    grid-column-gap: var(--column-gap, 2rem);
    grid-row-gap: var(--row-gap, 2rem);
}

.atlantis__result-header {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.777em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, 1.25);
    color: var(--color, black);
}

.atlantis__result {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.777em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    color: var(--color, white);
    background-color: var(--background-color, blue);
}

.atlantis__result-icon {
    height: var(--height, 1em);
    fill: var(--fill, currentColor);
}
