@font-face {
  font-family: "Comfortaa Regular";
  src: url("font/Comfortaa/Comfortaa-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "Source Sans Pro Light";
  src: url("font/SourceSansPro/SourceSansPro-Light.ttf") format("opentype");
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("font/SourceSansPro/SourceSansPro-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("font/SourceSansPro/SourceSansPro-Bold.ttf") format("opentype");
}

body{
  font-family: "Source Sans Pro Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4a444c;
}

h1, h2{
  font-family: "Comfortaa Regular";
}

a{
  font-family: "Source Sans Pro Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b55939;
}

a:hover, .action-button:hover {
  color: #efaa5c;
  background-color: white;
}

.action-button:hover {
  border: solid 2px #efaa5c;
}

.action-button {
  font-family: "Source Sans Pro Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #efaa5c;
  border: solid 2px #efaa5c;
  padding: 10px 32px;
}

.grey-btn {
  color: #45532c;
  background-color: #d3d3d3;
  border: solid 2px #d3d3d3;
}

  .grey-btn:hover {
    border: solid 2px #45532c;
  }
.shiny-input-number{
  width: 80%;
}

.form-control:focus, .selectize-input.input-active, .selectize-input.focus{
  border-color: #efaa5c;
  box-shadow: 0 0 0 0.2rem rgba(238, 114, 2, 0.25);
}

.progress-bar {
  background-color: #efaa5c;
}

#plot {
  margin: auto;
  aspect-ratio: 2/3;
}