/*
     * Documentation:
     * This CSS is generated from fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@400
     * with the following icon names included:
     * add, add_circle_outline, arrow_back, arrow_drop_down, arrow_drop_up, arrow_forward, call,
     * chevron_right, close, content_paste, done, edit, error_outline, expand_more, info,
     * keyboard_arrow_down, keyboard_arrow_left, keyboard_arrow_right, keyboard_arrow_up, mail,
     * remove, skip_next, skip_previous, warning_amber.
     *
     * The Material Symbols Outlined font provides scalable vector icons that can be customized
     * with CSS (size, color, etc.) and are commonly used for UI elements and actions.
     * Note: The font file was downloaded after generating this CSS. */

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url('/assets/fonts/material-symbols-outlined-only-required-characters.woff2') format('woff2');
  }
  
  .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;
  }