html,
body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
}

footer {
    border-top: 10px solid #2b2972;
}

.custom-navbar {
    background-color: #2b2972;
}

.custom-navbar .navbar-item,
.custom-navbar .navbar-link {
    color: white;
}

.custom-navbar .navbar-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.navbar-item img {
    max-height: 2rem;
}

.has-text-highlighted {
    background-color: rgba(66, 88, 255, 0.1);
    border-bottom: 3px solid #4258ff;
    padding: 0 0.25rem;
}

.navbar-burger {
    color: white;
}

.icon-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.icon svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.has-radius {
    border-radius: 1rem;
}

.letter-square {
    aspect-ratio: 1 / 1;
    width: 3rem;
    height: 3rem;

    background-color: #c1ecff;
    color: #33687f;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Cinzel Decorative", serif;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 15%;
}

.website-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* Media queries */
@media (max-width: 500px) {
    .reverse-columns {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .navbar-item img {
        max-height: 3rem;
    }
}

@media screen and (min-width: 1024px) {

    .navbar.is-spaced .navbar-link,
    .navbar.is-spaced a.navbar-item {
        border-radius: 50px;
    }
}
