body{overflow-x:hidden;font-size:16px;line-height:28px;font-family: 'Inter', sans-serif !important;color:#000000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    font-display: swap;
    /* Consistent sizing to prevent button width changes */
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

/* Only hide if fonts aren't loaded yet */
.material-symbols-outlined {
    font-display: swap;
}
