@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Baloo Bhai';
  font-weight: 400;
  font-style: normal;
  src: url('BalooBhai2-Regular.ttf');
}

@font-face {
  font-family: 'Baloo Bhai';
  font-weight: 500;
  font-style: normal;
  src: url('BalooBhai2-Medium.ttf');
}

@font-face {
  font-family: 'Baloo Bhai';
  font-weight: 600;
  font-style: normal;
  src: url('BalooBhai2-SemiBold.ttf');
}

@font-face {
  font-family: 'Baloo Bhai';
  font-weight: 700;
  font-style: normal;
  src: url('BalooBhai2-Bold.ttf');
}

@font-face {
  font-family: 'Baloo Bhai';
  font-weight: 800;
  font-style: normal;
  src: url('BalooBhai2-ExtraBold.ttf');
}

