@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('roboto.ttf')  format('truetype');
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('icons_outlined_filled.woff2') format('woff2');

}

.material-icons {
  font-family: 'Material Icons';
  font-variation-settings: 'FILL' 1;

  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;
  font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}