/*
 * Theme Name: hoerbuch24
*/
@font-face {
  font-family: "Fira Sans";
  src: url("./assets/fonts/FiraSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("./assets/fonts/FiraSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
* {
  font-family: "Fira Sans", sans-serif;
}
finevoices/genres/6218/audiobooks

html, body {
  margin: 0;
  padding: 0;
  color: white;
  background: #323232;
}

body {
  padding-bottom: 100px;
}

a {
  color: #00bbef;
}
a:hover {
  color: inherit;
}

input[type=text], input[type=email], textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #00bbef;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

*:focus {
  outline: none;
}

/*# sourceMappingURL=style.css.map */
