@font-face {
  font-family: "Silka";
  src: url("/assets/silka-regular-webfont-f96ddfcd.woff") format("woff"), url("/assets/silka-regular-webfont-160c8fd1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Silka";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/silka-bold-webfont-eb814300.woff2") format("woff2"), url("/assets/silka-bold-webfont-af9333d3.woff") format("woff");
}
@font-face {
  font-family: "Silka";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/silka-semibold-webfont-ae10194c.woff2") format("woff2"), url("/assets/silka-semibold-webfont-5a1914c0.woff") format("woff");
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

form {
  margin-block-end: 0;
}

input:placeholder-shown {
  font-style: italic;
}

html > body {
  font-family: Silka, "Helvetica Neue", Helvetica, sans-serif;
}
html > body a {
  color: #4e49c7;
}

.i18n-html p {
  margin-bottom: 1em;
}
