:root {
  font-family: "Hind Vadodara",Icons,sans-serif;
  line-height: 1.5;
  color: #212527;
  font-weight: 400;
  font-variant-ligatures: contextual;
  hyphens: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(min-width:301px) {
  :root {
    font-size: 16px;
  }
}

@media(max-width:300px) {
  :root {
    font-size: 5.333333333vw;
  }
}

button,input,optgroup,select,textarea {
  font-family: "Hind Vadodara",Icons,sans-serif;
}

button {
  color: inherit;
}

code,pre {
  font-family: "Fira Code",Icons,monospace;
}

.h1,h1 {
  font-size: 2em;
  line-height: 1.214285em;
  font-weight: 700;
  margin: .67em 0;
}

.h2,h2 {
  font-size: 1.75em;
  line-height: 1.11125em;
  font-weight: 700;
  margin: .75em 0;
}

.h3,h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1em 0;
}

.h3--less-bottom {
  margin-bottom: 10px;
}

.h4,h4 {
  font-size: 1.25em;
  margin: 1em 0;
}

.h5,h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 1em 0;
}

.h6,h6 {
  font-size: 1.1em;
  font-weight: 600;
  color: gray;
  margin: 1em 0;
}

ol,ul {
  padding-left: 1.5em;
}

blockquote>p:first-child,dd>p:first-child,li>p:first-child {
  margin-top: 0;
}

blockquote>p:last-child,li>p:last-child {
  margin-bottom: 0;
}

dt,strong {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

dl {
  margin: 0;
}

dl+dl {
  margin-top: 1.3em;
}

blockquote {
  font-style: italic;
  padding: 0;
  margin: 1em;
  font-size: .9em;
}

blockquote>p {
  margin: .5em 0;
}

blockquote>footer {
  text-align: right;
  padding-left: 25%;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  font-style: inherit;
}

a:active,a:hover {
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
}

q {
  font-style: italic;
}

abbr[title] {
  text-decoration: none;
  cursor: help;
}

mark {
  background: Highlight;
  color: HighlightText;
}

@supports(mix-blend-mode:multiply) {
  mark {
    padding: 0 .13em;
    margin: 2px;
    mix-blend-mode: multiply;
  }
}

mark:focus {
  background: #fee95b;
  color: #000;
  outline: 0;
}

mark:target {
  outline: #fee95b solid 2px;
}

mark::selection {
  color: #fff;
}

.small,small {
  font-size: 1em;
  color: #9a9aa2;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figure>table {
  min-width: 100%;
}

figcaption {
  font-style: italic;
  font-size: .75em;
  font-weight: 200;
  font-family: Merriweather,Icons,serif;
}

hr {
  background-image: linear-gradient(#ebebeb, #ebebeb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  border: none;
  clear: both;
  height: 1px;
  margin: 0;
  padding: 1em 0;
}