body {
    font-family: 'golos-ui';
}

body label {
    margin-top: 0.5rem;
    display: block;
}

input {
    border: 1px solid black;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

}

button {
    border: 1px solid black;
    text-align: center;
    padding: 0.5rem;
    margin: 0.5rem;
}

form {
    text-align: center;
}

a:hover {
    font-weight: bolder;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
    font-family: 'grotesk';
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

h2 {
    font-size: 2.1rem;
}

h3 {
    font-size: 1.8rem;
    font-weight: 300;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1.1rem;
}

footer a {
    text-decoration: underline;
}

html[data-theme='dark'] input,
html[data-theme='dark'] button {
    border-color: white;
}


.prose {
    margin: 0 auto;
}

/* .lgv-home-content {
    column-count: 2;
}

@media (width < 800px) {
    .lgv-home-content {
        column-count: 1;
    }
} */

/* ul {
    @apply list-inside;
    @apply ml-4;
}

ul li {
    @apply list-disc;
}

ol li {
    @apply list-decimal;
}

a {
    @apply text-blue-800;
    text-decoration: underline;
} */