:root {
    color-scheme: light;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    margin: 0;
    background: #f6f7f9;
    color: #212529;
}

.foundation-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.foundation-card {
    width: min(100%, 42rem);
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 8%);
}

.foundation-eyebrow {
    color: #0d6efd;
    font-weight: 700;
    text-transform: uppercase;
}
