/*
Basis
https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded
https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined
https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp
*/


/* fallback material symbols outlined */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../css_rd/Fonts/Material-Symbols-Outlined.woff2) format('woff2');
}

/* fallback material symbols rounded */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../css_rd/Fonts/Material-Symbols-Rounded.woff2) format('woff2');
}

/* fallback material symbols sharp */
@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../css_rd/Fonts/Material-Symbols-Sharp.woff2) format('woff2');
}

.edvbutton-material-outlined,
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
}

.edvbutton-material-rounded,
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded' !important;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
}

.edvbutton-material-sharp,
.material-symbols-sharp {
  font-family: 'Material Symbols Sharp' !important;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
}


.edvbutton-material-outlined,
.edvbutton-material-rounded,
.edvbutton-material-sharp{
  /* Element, welches per onclick Ereignis regieren soll */
  width: auto;
  height: auto;
  padding-left: 8px;
  font-size: x-large;
  user-select: none;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: normal;
  display: inline;
}
