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

@font-face {
  font-family: FiraGo;
  src: url('../fonts/FiraGO-Light.otf');
}

@font-face {
  font-family: caps;
  src: url('../fonts/BPG-Arial-Caps-2010.ttf');
}

@font-face {
  font-family: Arial;
  src: url('../fonts/BPG-Arial-2010.ttf');
}

/* /////////// poppins regular */

.languageKa {
  font-family: 'caps';
}
.toast-title {
    font-family: Poppins;
}
.table,
.flightsPageWrapper {
  font-family: 'Poppins';
}

.trackingInfoWrapper {
  font-family: 'Poppins';
}

.locationWrapper {
  font-family: 'Poppins';
}

.footer {
  font-family: 'Poppins';
}

.flightWrapper {
  font-family: 'Poppins';
}

.header {
  font-family: 'Poppins';
}

.navBarWrapper {
  font-family: 'Poppins';
}

.sliderWrapper {
  font-family: 'Poppins';
}

.main404Wrapper {
  font-family: 'Poppins';
}

.main404Wrapper .infoWrapper .text p {
  font-family: Arial;
}

.authWrapper {
  font-family: 'Poppins';
}

.flightsPage .countries .countriesWrapper .countriesInfo {

  font-family: 'Poppins';
}

.header .headerBarWrapper .loginWrapper .userDropDown .user .iconWrapper div {
  font-family: 'Poppins';
  font-size: 20px;
}

.parcelsWrapper {
  font-family: 'Poppins';
}

.modal-content {
  font-family: 'Poppins';
}

.newsPageWrapper {
  font-family: 'Poppins';
}

.officesWrapper {
  font-family: 'Poppins';
}

.checkoutWrapper {
  font-family: 'Poppins';
}

.videoButton {
  font-family: 'caps';
}

.groupHeader {
  font-family: 'caps';
}

.createGroup {
  font-family: 'caps';
}

.head .number {
  font-family: 'caps';
}

#searchModal .modalheader h1 {
  font-family: 'caps';
}

#searchModal {
  font-family: Arial;
}

.searchInputWrapper input {
  font-family: 'caps';
}

.leftBarWrapper {
    font-family: 'Poppins';
}
