@font-face {
    font-family: "Homura";
    src: url("/assets/fonts/Homura-Regular.ttf") format("truetype"),
         url("/assets/fonts/Homura-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.logo {
    color: var(--token-c5c4fdcb-9482-48bb-aedf-353188472aae, rgb(0, 0, 0));
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 28px;
    line-height: 1;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
}

.logo,
.logo .framer-text,
.logo .framer-text span,
.logo p {
    font-family: "Homura", "General Sans", sans-serif !important;
    font-style: normal !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.logo p {
    line-height: 1 !important;
    margin: 0 !important;
}

header .logo {
    font-size: 28px !important;
}

@media (max-width: 1279.98px) {
    header .logo,
    .logo,
    .logo .framer-text,
    .logo .framer-text span,
    .logo p {
        font-size: 26px !important;
    }
}

@media (max-width: 809.98px) {
    header .logo,
    .logo,
    .logo .framer-text,
    .logo .framer-text span,
    .logo p {
        font-size: 24px !important;
    }
}
