/* --bulma-scheme-main: #FFFCED;
--bulma-link-h: 0%;
--bulma-link-s: 0%;
--bulma-link-l: 0%;
--bulma-navbar-item-selected-h: 0%;
--bulma-navbar-item-selected-s: 0%;
--bulma-navbar-item-selected-l: 0%;
--bulma-navbar-item-selected-background-l: hsla(0%, 0%, 0%, 0);
 */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

.title {
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.title .has-text-weight-normal {
    font-style: italic;
    color: #10b981;
    font-weight: 600;
    position: relative;
}

.title .has-text-weight-normal u {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.title .has-text-weight-normal u::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 0;
    right: 0;
    height: 0.15em;
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
    opacity: 0.3;
    border-radius: 2px;
}
:root {
    --light-image: url('squig-white.png');
    --dark-image: url('squig-black.png');
    --current-image: var(--dark-image);
}

[data-theme="dark"] {
    --current-image: var(--light-image);
}

.image-container {
    content: var(--current-image);
}

/*
:root {
--light-image: url('squig-white.png');
--dark-image: url('squig-black.png');
--current-image: var(--light-image);
}

@media (prefers-color-scheme: light) {
:root {
--current-image: var(--dark-image);
}
}

.image-container {
content: var(--current-image);
}
 */

/*
[data-theme="dark"] {
--current-image: var(--light-image);
}

[data-theme="light"] {
--current-image: var(--dark-image);
}
 */

/*
.navbar-item.is-active, .navbar-item:hover {
.navbar-link.is-active, .navbar-link.is-selected, a.navbar-item.is-active, a.navbar-item.is-selected {
background-color: transparent !important;
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-decoration-color: #80808080;
text-underline-offset: 0.4em;
text-decoration-style: wavy;
}
 */

.footer {
    background-color: transparent !important;
}

ul, li {
    list-style-type: none;
}

/* Feature List Enhancements */
.content ul {
    list-style: none;
}

.content ul li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.1rem 0;
    font-size: 1.3rem;
    font-weight: 500;
}

.content ul li svg {
    flex-shrink: 0;
    color: #10b981;
}
/* Feature List Enhancements */

h1 span {
    font-weight: normal;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Crimson Pro', Georgia, serif;
}

#wrapper {
    flex: 1;
}

.navbar-burger span {
    background-color: #D3D3D3;  /* Light gray */
}

.navbar-item img {
    max-height: none;
}
