@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
@font-face {
  font-family: "CustomFont";
  src: url("./assests/MyriadProBold/Myriad\ Pro\ Bold.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-height: 100%;
  line-height: 1.5;
  background-color: #fff0e0;
}
.cigar-main-font {
  color: #b68661;
  font-family: "CustomFont";
}
.cigar-font-1 {
  color: #fff;
  font-family: "CustomFont";
}
.cigar-font-2 {
  color: #fff;
  font-family: "CustomFont";
  line-height: 4rem !important;
}
.cigar-font-3 {
  color: #7a3c35;
  font-family: "CustomFont";
}
.cigar-hr {
  border: 6px solid #b68661;
  border-radius: 10px;
  width: 15%;
  text-align: center;
  margin: 20px auto;
}
.cigar-bottom-section {
  background: url('assests/BG.png');
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cigar-word-break {
  word-break: break-word;
}
.cigar-border {
  border-color: #f9bc27;
  color: #f9bc27;
}
.cigar-top {
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
