@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-black.otf');
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-blackitalic.otf');
  font-style: italic;
  font-weight: 800;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-bold.otf');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-bolditalic.otf');
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-light.otf');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-lightitalic.otf');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-medium.otf');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-mediumitalic.otf');
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-regular.otf');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-regularitalic.otf');
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-thin.otf');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cerapro-thinitalic.otf');
  font-style: italic;
  font-weight: 200;
}

html, body {
  font-family: 'Cera Pro';
}

.wizard-step {
  display: none;
}
.wizard-step:target {
  display: block;
}

.le-button {
  background-color: white;
  border-color: #0090f5;
  border-radius: 24px;
  border: 3px solid;
  color: #0090f5;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.le-button:hover {
  color: #0090f5;
  cursor: pointer;
}