/** {*/
/*    font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;*/
/*    font-weight: 300;*/
/*}*/
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-top: 3rem;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 400;
}
.navbar-light {
    background-color: rgba(255, 255, 255, 0.85)!important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.navbar-brand {
    font-weight: 100;
    letter-spacing: 0.5em;
    color: #000;
}
.navbar-brand span {
    font-weight: 100;
    letter-spacing: 0;
    font-variant: small-caps;
    font-size: 0.7em;
}
.navbar-brand strong {
    font-weight: 600;
}
.navbar {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    border-bottom: 1px solid rgba(255, 193, 7, 0.5);
}
.navbar-nav .nav-link {
    color: #000;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-menu-group {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.footer-menu:hover {
    opacity: 1;
    text-decoration: underline;
}
.footer-menu {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

/*code {*/
/*    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;;*/
/*}*/
