@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600;700;800&family=Mukta+Vaani:wght@200;300;400&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ls7tl8');
  src:  url('fonts/icomoon.eot?ls7tl8#iefix') format('embedded-opentype'),
  url('fonts/icomoon.woff2?ls7tl8') format('woff2'),
  url('fonts/icomoon.ttf?ls7tl8') format('truetype'),
  url('fonts/icomoon.woff?ls7tl8') format('woff'),
  url('fonts/icomoon.svg?ls7tl8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\e90e";
}
.icon-arrow-down:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e900";
}