html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
  border-radius: 0px;
}

html {
  min-height: 100vh;
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: "SF Pro Display", Arial, sans-serif;
  color: #1A1A1A;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
}

body * {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

body.wait,
body.wait * {
  cursor: wait !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]),
textarea,
button {
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}

::selection { background: #333; color: #ffffff; }
::-moz-selection { background: #333; color: #ffffff; }
::-webkit-selection { background: #333; color: #ffffff; }

@media only screen and (max-width: 1023px) {
  img::selection { background: unset !important; }
  img::-moz-selection { background: unset !important; }
  img::-webkit-selection { background: unset !important; }
}
