@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Slab'), url('/fonts/RobotoSlab-Regular.ttf') format('ttf');
}

body {
  height: 100vh;
}
body,
button,
input {
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif !important;
}

#root,
#root > div {
  height: 100%;
}

/* Bulma CSS overrides */

.navbar-dropdown {
  border-top: none !important;
  box-shadow: 0 6px 6px rgba(10, 10, 10, 0.15), inset 0 7px 4px -7px rgba(0, 0, 0, 0.3) !important;
}
