 font-face {
  font-family: 'mononoki';
  src: url('/fonts/mononoki-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mononoki';
  src: url('/fonts/mononoki-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'mononoki';
  src: url('/fonts/mononoki-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;

}

@font-face {
  font-family: 'mononoki';
  src: url('/fonts/mononoki-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}
html{
  font-family: 'mononoki', "Lucida Console", "Courrier New", monospace;
  font-size: 16px !important;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

