@import url(https://fonts.googleapis.com/css2?family=Comforter&family=Yantramanav:wght@100;300;400;500;700;900&family=Poppins:wght@500&display=swap);
/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */

@font-face {
  font-family: "Rift-Soft-Demi";

  src: url(/fonts/Rift-Soft-Demi.otf?3c07fd55a4d6f3b02ed78c1be2e93c75) format('opentype');
}

@font-face {
  font-family: "Rift-Soft-Medium";

  src: url(/fonts/Rift-Soft-Medium.otf?de312e60efa25f6271e208beaa0d6d4c) format('opentype');
}

@font-face {
  font-family: "GothamBook";

  src: url(/fonts/GothamBook.ttf?58fb9151c57e59668f175470b730bb06) format('truetype');
}

@font-face {
  font-family: "GothamMedium";

  src: url(/fonts/GothamMedium.ttf?ba4f661aec947b576e5755f93c0669ba) format('truetype');
}

@font-face {
  font-family: "GothamLight";

  src: url(/fonts/GothamLight.ttf?11bddc203c560232dca3227a5b00c514) format('truetype');
}

@font-face {
  font-family: "GothamBold";

  src: url(/fonts/GothamBold.ttf?e7e90266d66863fde0092b8a980abf92) format('truetype');
}

/*
    font-family: 'Yantramanav', sans-serif;
    font-family: 'Comforter', cursive;
    font-family: 'Poppins', sans-serif;
*/

*{
  margin: 0;
  padding: 0;
}

#app{
  min-height: 100vh;
  background: #26292E;
}

.textGral {
  font-family: 'Yantramanav', sans-serif;
}

button{
  border: none;
}



