:root {
    supported-color-schemes: light;
    color-scheme: light;

    --body-color: hsl(0, 0%, 0%);
    --body-bg: hsl(291.4,46.7%,94.1%);
}

html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    height: 100%;
    background-color: var(--body-bg);
    color: var(--body-color);
    background-color: ;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    pointer-events: auto;
}

p {
    pointer-events: auto;
}

a {
    text-decoration: none;
    background-color: transparent;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

[hidden] {
    display: none !important;
}

.c-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(200px, min(450px, 90%));
    height: 4rem;
    transform: translate(-50%, -50%);
}
