@import 'fonts.css';
@import url("https://use.typekit.net/yzr0kbl.css");

*{
    -webkit-font-smoothing: antialiased;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */

    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

*:not(input, textarea) {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


img,a{
  border:none;
  text-decoration:none;
}

a {
  color: #FFF;
}

span {
  margin: 0;
  padding: 0;
  font-size: auto;
}

img {
  vertical-align: middle;
}

html,body{
  -webkit-overflow-scrolling: touch;  
  margin:0;
  font-family: 'Helvetica', sans-serif;
  padding:0;
  color: #FFF;
  background: #FFF;
  width: 100%; height: 100%;
  overflow: auto;
}

body {

}

.noBgColor {
  background: none !important;
  background-color: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,0) inset !important;
    -webkit-text-fill-color: #FFF !important;
    transition: background-color 1s ease-in-out 5000s;
}


body {
  /*background: linear-gradient(-33deg, #7b4a74, #af8193);*/
}

