@import "./normalize.css";
@import "./reset.css";
@import "./scan-result.css";
@import "./ticket-check.css";

@font-face {
  font-family: "Exo2-Black";
  font-weight: 900;
  src: url("../fonts/Exo2-Black.ttf");
}

@font-face {
  font-family: "Exo2-Bold";
  font-weight: 600;
  src: url("../fonts/Exo2-Bold.ttf");
}

@font-face {
  font-family: "Exo2-Regular";
  font-weight: 400;
  src: url("../fonts/Exo2-Regular.ttf");
}

@font-face {
  font-family: "Akony";
  font-weight: 600;
  src: url("../fonts/AKONY.woff");
}

@font-face {
  font-family: "Onder";
  font-weight: 600;
  src: url("../fonts/ONDER-REGULAR.woff");
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
label,
span {
  font-family: "Exo2-Regular" !important;
}

.form-label {
  letter-spacing: 0.5px;
}

.btn-primary {
  background: linear-gradient(
    45deg,
    rgba(44, 117, 255, 1) 0%,
    rgba(86, 96, 255, 1) 45%,
    rgba(133, 76, 255, 1) 100%
  );
}

.logo_wrap {
  text-align: center;
}

.logo {
  background: linear-gradient(
    45deg,
    rgba(44, 117, 255, 1) 0%,
    rgba(86, 96, 255, 1) 45%,
    rgba(133, 76, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-family: "Akony";
}
