/* Стили темы сайта (вынесены из inline <style> в index.html) */

.theme-minimal .font-display {
        font-family: 'Syne', 'Inter', ui-sans-serif, system-ui, sans-serif;
        font-weight: 700;
    }

    .theme-minimal .font-mono {
        font-family: ui-monospace, SFMono-Regular, 'JetBrains Mono', Menlo, Consolas, monospace;
    }

    .theme-minimal ::selection {
        background: #E7F05A;
        color: #0E0E0C;
    }
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

#burgerBtn {
    cursor: pointer;
    min-height: 25px;
    border: none;
}
#closeMenu {
    cursor: pointer;
}
@media (max-width: 360px) {
  .platform-heading {
    font-size: 36px;
  }
}
