@import "https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.cdnfonts.com/css/helvetica-neue-55";

/* src/styles.scss */
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("./media/HelveticaNeue-Bold-4JKCW4E3.otf") format("opentype");
  font-style: Regular;
}
@font-face {
  font-family: "HelveticaNeueLight";
  src: url("./media/HelveticaNeue-Light-CWFFWXHO.otf") format("opentype");
  font-style: Regular;
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("./media/HelveticaNeue-Medium-4FUJ3PUQ.otf") format("opentype");
  font-style: Regular;
}
@font-face {
  font-family: "HelveticaNeueRoman";
  src: url("./media/HelveticaNeue-Roman-OC3VVUAJ.otf") format("opentype");
  font-style: Regular;
}
@font-face {
  font-family: "HelveticaNeueThin";
  src: url("./media/HelveticaNeue-Thin-4RFLJKC7.otf") format("opentype");
  font-style: Regular;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgb(245, 243, 231);
}
.size60 {
  font-size: 60px;
}
.size18 {
  font-size: 18px;
}
.size24 {
  font-size: 24px;
}
.size36 {
  font-size: 36px;
}
.size24 {
  font-size: 24px;
}
.size14 {
  font-size: 14px;
}
.size16 {
  font-size: 16px;
}
.size12 {
  font-size: 12px;
}
.size10 {
  font-size: 10px;
}
.weight700 {
  font-weight: 700;
}
.weight600 {
  font-weight: 600;
}
.weight500 {
  font-weight: 500;
}
.weight400 {
  font-weight: 400;
}
.weight300 {
  font-weight: 300;
}
.appCsrHeaderText {
  font-family: Poppins;
  font-size: 36px;
  line-height: 100%;
}
.displayButton {
  width: 40%;
  background: #117AF4;
  color: #fff;
  border: none;
  outline: none;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
}
.inputBox {
  outline: none;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  color: #454545;
}

/* angular:styles/global:styles */
