body {
    font-family: Inter, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: Montserrat, sans-serif;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a {
    color: #f97316;
}

.menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-desktop > li > a {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.75rem 1rem;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.menu-desktop > li > a:hover,
.menu-desktop > li.current-menu-item > a,
.menu-desktop > li.current-menu-ancestor > a {
    background: rgba(255, 255, 255, 0.1);
}

.menu-mobile > li > a {
    display: block;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.menu-mobile > li > a:hover,
.menu-mobile > li.current-menu-item > a,
.menu-mobile > li.current-menu-ancestor > a {
    background: rgba(249, 115, 22, 0.14);
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.65rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    opacity: 0.7;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: #ea580c;
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1279px) {
    .menu-desktop > li > a {
        padding: 0.7rem 0.82rem;
        font-size: 0.72rem;
    }
}

body.admin-bar .site-header {
    top: 46px;
}

@media (min-width: 783px) {
    body.admin-bar .site-header {
        top: 32px;
    }
}
