@font-face {
  font-family: 'giorgio';
  src: url(assets/Giorgio\ Typeface/Giorgio.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'giorgio';
  src: url(assets/Giorgio\ Typeface/Giorgio\-Thin.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zekton';
  src: url(assets/zekton\ rg.otf) format('opentype');
  font-weight: 1200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agency FB';
  src: url(assets/AGENCYR.TTF) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Candara';
  src: url(assets/Candara/Candara.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

a {
  color: inherit;
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Agency FB", sans-serif;

  border: none;
  background: transparent;

  font-family: inherit;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

input:focus {
  outline: none;
  font-family: 'Agency FB', sans-serif;
}

input::placeholder {
  color: #004477;
  opacity: 80%;
}

p {
  font-size: 1rem;
  font-family: "Candara", sans-serif;
}

.av {
  letter-spacing: 4px;
}

.avr {
  font-family: "Zekton", sans-serif;
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
}

.avm {
  font-family: 'giorgio', sans-serif;
  color: #FFFFFF;
  font-weight: 800;
}

.avm_light {
  font-family: 'giorgio', sans-serif;
  color: #FFFFFF;
  font-weight: 400;
}

.avr_imgcard {
  width: 90%;
}

.avr_imgcard_title {
  font-size: 12px;
}

#email {
  width: 100%;
  height: 42px;
  border-radius: 16px;
  background-color: #0066AA66;
  color: #000000;
}