@font-face {
  font-family: "Akkurat-Regular";
  src: url("../akkurat/Akkurat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Light";
  src: url("../akkurat/Akkurat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Italic";
  src: url("../akkurat/Akkurat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Bold";
  src: url("../akkurat/Akkurat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #0a0a0a;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  /*padding-bottom: 100%; /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
  background-color: #0a0a0a;
}
.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

#sulfur_val {
  fill: white;
  font-size: 1.5em;
}

#api_val {
  fill: white;
  font-size: 1.5em;
}

.h1 {
  font-family: Akkurat-Regular;
  font-size: 100%;
  color: blue;
}

.light-sweet {
  fill: #6dacbc;
}

.medium-sweet {
  fill: #005b72;
}

.heavy-sweet {
  fill: #00242e;
}

.light-sour {
  fill: #f7c992;
}

.medium-sour {
  fill: #ec8200;
}

.heavy-sour {
  fill: #9d5700;
}