/******************************************************************************
 * fonts
 ******************************************************************************/

/* gochi-hand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gochi-hand-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, .root {
    font-size: 10px;
}
body {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
}

body, input, button {
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;
}
input, textarea, label {
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;
}
h1 {
    font-family: 'Gochi Hand', sans-serif;
    font-weight: normal;
    /*letter-spacing: 0rem;*/
}
h1, .h1 {
    text-align: left;
    font-size: 5.2rem;
    line-height: 5.2rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
h2, .h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h3, .h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h4, .h4 {
    text-decoration:underline;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 2.4rem;
    margin-bottom: 0rem;
}
h5, .h5 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 2.4rem;
    margin-bottom: 0rem;
}
p, ul, ol, pre, table, blockquote, form {
    margin-top: 0rem;
    margin-bottom: 2.4rem;
}
ul ul, ol ol, ul ol, ol ul {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

/* Let's make sure all's aligned */
hr, .hr {
    border: 1px solid;
    margin: -1px 0;
}
a, b, i, strong, em, small, code {
    /*line-height: 0;*/
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.3em;
}
sub {
    bottom: -0.25em;
}