/* Poppins Font Family - Using System Fonts as Fallback */
/* TODO: Download actual Poppins font files and replace these with @font-face declarations */
body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Material Icons - Using System Icons as Fallback */
/* TODO: Download actual Material Icons font files and replace these with @font-face declarations */
.material-icons {
  font-family: 'Material Icons', 'Segoe UI Symbol', 'Arial Unicode MS', 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';
  -webkit-font-smoothing: antialiased;
}

/* Roboto Font Family - Using System Fonts as Fallback */
/* TODO: Download actual Roboto font files and replace these with @font-face declarations */
.roboto-font {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, sans-serif;
} 