/*
 * Booky – Local self-hosted Google Material Symbols (Outlined)
 *
 * NOTE:
 * - The font file is bundled in this plugin (no remote request).
 * - Default requested settings: weight 200.
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('MaterialSymbolsOutlined.woff2') format('woff2');
}

/* Base class (use this across the plugin UI) */
.booky-mi,
.hb-mi{
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  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;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
}

/* Optional helpers */
.booky-mi.is-sm,
.hb-mi.is-sm{ font-size: 16px; }
.booky-mi.is-xs,
.hb-mi.is-xs{ font-size: 14px; }
.booky-mi.is-lg,
.hb-mi.is-lg{ font-size: 22px; }

