@tailwind base;
@tailwind components;
@tailwind utilities;

.input {
  @apply h-14 border border-gray-400 w-full focus:outline-none focus:border-red-100 px-0 text-sm text-gray-800;
}

.btn {
  @apply text-sm hover:scale-125 hover:text-white focus:text-white transition-all ease-in duration-300;
}

@font-face {
  font-family: "Danbury Caps PERSONAL USE";
  src: url(".../fonts/DanburyCapsPERSONALUSE-Regular.eot");
  src: url("../fonts/DanburyCapsPERSONALUSE-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DanburyCapsPERSONALUSE-Regular.woff2") format("woff2"),
    url("../fonts/DanburyCapsPERSONALUSE-Regular.woff") format("woff"),
    url("../fonts/DanburyCapsPERSONALUSE-Regular.ttf") format("truetype"),
    url("../fonts/DanburyCapsPERSONALUSE-Regular.svg#DanburyCapsPERSONALUSE-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Danbury Small PERSONAL USE";
  src: url("../fonts/DanburySmallPERSONALUSE-Regular.eot");
  src: url("../fonts/DanburySmallPERSONALUSE-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DanburySmallPERSONALUSE-Regular.woff2") format("woff2"),
    url("../fonts/DanburySmallPERSONALUSE-Regular.woff") format("woff"),
    url("../fonts/DanburySmallPERSONALUSE-Regular.ttf") format("truetype"),
    url("../fonts/DanburySmallPERSONALUSE-Regular.svg#DanburySmallPERSONALUSE-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BebasNeue-Regular.woff2") format("woff2"),
    url("../fonts/BebasNeue-Regular.woff") format("woff"),
    url("../fonts/BebasNeue-Regular.ttf") format("truetype"),
    url("../fonts/BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Regular.eot");
  src: url("../fonts/Orbitron-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Orbitron-Regular.woff2") format("woff2"),
    url("../fonts/Orbitron-Regular.woff") format("woff"),
    url("../fonts/Orbitron-Regular.ttf") format("truetype"),
    url("../fonts/Orbitron-Regular.svg#Orbitron-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Danbury";
}
