@font-face {
  font-family: 'Zodiak';
  src: url('https://cdn.prod.website-files.com/64f0534ea7875d518a20e50e/64f587775865b8b6adeb1eee_Zodiak-Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('https://cdn.prod.website-files.com/64f0534ea7875d518a20e50e/64f5877721d0652d09b540b3_Zodiak-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('https://cdn.prod.website-files.com/64f0534ea7875d518a20e50e/64f587f5ec0b6c1443ae065b_GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('https://cdn.prod.website-files.com/64f0534ea7875d518a20e50e/64f587f53e2504f6bbb7b388_GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('https://cdn.prod.website-files.com/64f0534ea7875d518a20e50e/65d3a5a8727f27280ddd01b5_Zodiak-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: Generalsans, sans-serif;
    background: #F1DB7B;
    color: #222222;
}

p {
    @media (width < 800px) {
        font-size: 14px;
    }
}

strong {
    font-weight: 600;
}

h1, h2, h3 {
    font-family: Zodiak, 'ui-sans-serif', 'system-ui', 'sans-serif';
}

.tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;

    & > label {
        font-family: Zodiak, 'ui-sans-serif', 'system-ui', 'sans-serif';
        background: #222222;
        color: #F6F4EE;
        display: block;
        min-width: 5rem;
        height: 32px;
        border-radius: 0.4rem;
        padding: 0.4rem 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        cursor: pointer;
    }
}

.big-checkbox {
    font-family: Zodiak, 'ui-sans-serif', 'system-ui', 'sans-serif';
    background: #222222;
    color: #F6F4EE;
    display: block;
    min-width: 5rem;
    height: 32px;
    border-radius: 0.4rem;
    padding: 0.4rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;

    &:hover {
        background: #222222 !important;
        color: #F6F4EE !important;
    }
}


.checkbox-group label {
    display: block;
}

field {
    display: block;
    margin-top: 6px;

    & > label {
        display: block;
        font-size: 14px;
    }

    & > input, & > select {
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        min-width: 50%;

        @media (width < 800px) {
            width: calc(100% - 32px);
        }
    }
}

label:has(input[type="checkbox"]):hover {
    background: rgba(255, 255, 255, 0.3);
}

#cover {
    margin: 0 auto;
    display: block;

    @media (width < 800px) {
        width: 100%;
    }
}

.button {
    font-family: Zodiak, 'ui-sans-serif', 'system-ui', 'sans-serif';
    background: #222222;
    color: #F6F4EE;
    display: block;
    border-radius: 0.4rem;
    padding: 0.6rem;
    border: none;
    font-size: 1.2em;
}


a {
    color: #222222;
}

[x-cloak] {
    display: none;
}
