* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    background: none;
    text-decoration: none;
    border: none;
    color: inherit;
    font: inherit;
    line-height: inherit
}

html {
    box-sizing: border-box;
    height: 100%
}

body {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

#app {
    height: 100%
}

#app>* {
    height: 100%;
    flex: 1 0;
    display: flex;
    flex-direction: column
}

#app>*>* {
    width: 100%
}

picture {
    line-height: 0
}

button {
    cursor: pointer
}

:root {
    --site-width: 1344px;
    --font-weight-1: 300;
    --font-weight-2: 400;
    --color-site-bg: #1d1b1b;
    --color-heavy-bg: black;
    --color-site-text: hsl(210, 50%, 95%);
    --color-site-text-light: #c2c2c2;
    --color-bg-1: #242526;
    --color-bg-2: #2b3137;
    --color-primary: #c91673;
    --color-secondary: #ff75b6;
    --color-darken: rgba(255, 255, 255, .1);
    --color-darken-2: rgba(255, 255, 255, .2);
    color-scheme: dark
}

@media (max-width: 1020px) {
    :root {
        --site-padding: 1rem
    }
}

:root {
    font-family: Oxygen, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Cantarell, Fira Sans, Droid Sans, Lato, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-kerning: normal;
    font-size: 16px;
    line-height: 1.4;
    word-wrap: break-word
}

body {
    color: var(--color-site-text);
    background-color: var(--color-site-bg)
}

/*# sourceMappingURL=/index-Z3GN4FTR.css.map */