/*
Theme Name: Voracity
Template: blocksy
*/

/* Fonts */

@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body {
    font-family: "Atkinson Hyperlegible";
    --theme-box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Atkinson Hyperlegible";
}

/* Home Page */

.home .hero-section {
    display: none;
}

/* Sidebar Widgets */

.ct-widget ul:not(.menu) {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

.ct-widget a {
    --theme-text-decoration: underline;
}

/* Commentary */

.commentary {
    background: var(--theme-palette-color-8, #fff);
    border-radius: 3px;
    padding: 10px 35px;
    margin-block: 1.5em;
}

.commentary > *:first-child {
    margin-block-start: 0;
}

.commentary > *:last-child {
    margin-block-end: 0;
}
