﻿/**
 * Self-hosted Material Symbols for Arsin theme + ASC feature icons.
 *
 * Outlined (subset) is the only frontend icon font.
 * Admin pickers use material-symbols-admin.css (full or separate asset).
 * Do NOT load fonts.gstatic.com.
 */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  /* Query busts long-lived CDN/browser cache of the former 3.8MB full font. */
  src: url("../fonts/material-symbols/MaterialSymbolsOutlined.woff2?v=0362") format("woff2");
}

.material-symbols-rounded,
.material-symbols-outlined,
.icon,
.asc-ms-icon {
  font-family: "Material Symbols Outlined", sans-serif;
  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" 1;
  font-feature-settings: "liga" 1;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 430, "GRAD" 0, "opsz" 24;
}

.asc-ms-icon {
  font-size: 1.25em;
  font-variation-settings: "FILL" var(--asc-icon-fill, 0), "wght" var(--asc-icon-wght, 400), "GRAD" 0, "opsz" 24;
}
