html {
    color-scheme: light;
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 2px solid var(--pro-accent);
    outline-offset: 2px;
}

.siteos-button,
.siteos-input {
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
}

.xp-start-menu-header-icon {
    font-size: 24px;
    margin-right: 8px;
}

.siteos-copy-feedback {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    color: var(--pro-text-inverse);
    padding: 6px 12px;
    border-radius: var(--pro-radius-sm);
    font-size: 12px;
    pointer-events: none;
    z-index: 10000;
    font-family: var(--pro-font-stack);
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
