@font-face {
  font-family: WorkSans;
  src: url('/fonts/Work_sans/static/Work_sans-Bold.ttf') format('truetype');
  font-weight: bold;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background-color: #ebf3f8;
}

.hide {
  display: none;
}
