/* Project-specific overrides on top of Bootswatch Lumen */
@font-face {
    font-family: "melmuk_at";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/melmuk2025.woff") format("woff");
}

@font-face {
    font-family: "Klee One";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/klee-one-latin-ext-400.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Klee One";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/klee-one-latin-400.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Klee One";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/klee-one-latin-ext-600.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Klee One";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/klee-one-latin-600.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --site-header-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

body {
    min-height: 100vh;
    font-family: "Klee One", cursive;
}

.site-navbar,
.site-footer,
.site-header-font {
    font-family: "melmuk_at", cursive;
}

.site-navbar {
    box-shadow: var(--site-header-shadow);
    letter-spacing: 0.034em;
    font-weight: 400;
    font-size: 1.15rem;
}

.site-navbar .search-form {
    align-self: center;
}

.site-navbar .search-form .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 1.2;
}

.hamburger {
    background-image: url("../img/hamburger-menu-bw.svg");
}

.hamburger:hover {
    filter: invert();
}

hr {
    border-style: solid;
    border-width: 0 3px 4px 3px;
    border-image: url("../img/hr.svg") 0 3 6 3 stretch stretch;
}

.main-content img {
    max-width: 100%;
    height: auto;
}

.footer-muted {
    font-size: 0.9rem;
}
