.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


/* アイコンサイズ */
span.ms-size-16 {
  font-size: 16px;
  font-variation-settings: 'OPSZ' 16;
}

span.ms-size-20 {
  font-size: 20px;
  font-variation-settings: 'OPSZ' 20;
}
span.ms-size-24 {
  font-size: 24px;
  font-variation-settings: 'OPSZ' 24;
}
span.ms-size-40 {
  font-size: 40px;
  font-variation-settings: 'OPSZ' 40;
}
span.ms-size-48 {
  font-size: 48px;
  font-variation-settings: 'OPSZ' 48;
}

span.ms-size-60 {
  font-size: 60px;
  font-variation-settings: 'OPSZ' 60;
}

/* 塗りつぶし設定 */
span.ms-fill {
  font-variation-settings:
  'FILL' 1,
  'wght' 700;
}


/* 明るい背景に黒としてアイコンを使用する際のルール */
.dark {
  background: black;
  color: rgba(255, 255, 255, 1);
  font-variation-settings: 'GRAD' -25;
}
.dark-inactive {
  background: black;
  color: rgba(255, 255, 255, 0.3);
  font-variation-settings: 'GRAD' -25;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
