@layer theme, base, mui, components, utilities;
@import "tailwindcss" source("../../");
@source "../../app_data/templates";
@source "../../app_sirene/templates";
@source "../../app_home/templates";

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  src: url(/static/tw4/material.woff2) format('woff2');
}

@layer base {
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  }
}
