@font-face {
  font-family: 'Muli';
  src: url('/assets/fonts/Muli/Muli-Light.ttf');
  font-display: fallback;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('/assets/fonts/Muli/Muli-Regular.ttf');
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('/assets/fonts/Muli/Muli-Bold.ttf');
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('/assets/fonts/Muli/Muli-ExtraBold.ttf');
  font-display: fallback;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/assets/fonts/Merriweather/Merriweather-Light.ttf');
  font-display: fallback;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/assets/fonts/Merriweather/Merriweather-Regular.ttf');
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/assets/fonts/Merriweather/Merriweather-Bold.ttf');
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

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;
  vertical-align: baseline;
}

a {
  text-decoration-color: transparent;
  outline: none;
}

/* iphone zooming  */
textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 100%;
}
