/**
 * Material Symbols Outlined — Class Definition
 *
 * Font: Material Symbols Outlined (loaded via WP Font Library)
 * License: Apache License 2.0 — see LICENSE-MaterialSymbols.txt
 *
 * This file provides the CSS class for ligature-based icon rendering.
 * The @font-face is handled by WordPress Font Library + wp_print_font_faces().
 */

.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;
}
