@font-face {
  font-family: 'Sahel';
  src: url('../fonts/Sahel-FD.ttf');
}

@font-face {
  font-family: 'SahelBold';
  src: url('../fonts/Sahel-Bold-FD.ttf');
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Material Icons';
  src: url('../fonts/MaterialIcons-Regular.ttf');
}

@font-face {
    font-family: SOGAND;
    src: url('../fonts/sogand.ttf');
    font-weight: bold;
}

* {
  font-family: 'Sahel';
}

.font_sogand {
    font-family: "SOGAND" !important;
}

.v-btn__content {
  font-family: 'SahelBold' !important;
}

.font_bold {
  font-family: 'SahelBold';
}

.v-toolbar-title__placeholder {
  font-family: 'SahelBold';
}

.material-icons {
  direction: ltr;
  line-height: 1;
  font-size: 24px;
  word-wrap: normal;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  display: inline-block;
  letter-spacing: normal;
  -moz-font-feature-setting: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Material Icons' !important;
}
