/* Copyright 2015 Our Company Ltd. */
html,
body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.03em;
  position: relative;
  font-family: "Akkur";
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
}
button,
input {
  outline: 0;
}
button:focus,
input:focus {
  outline: 0;
}
