@font-face {
  font-family: Domus Titling;
  src: url("../fonts/13955.otf") format("opentype");
}

@font-face {
  font-family: Fira Sans;
  src: url("../fonts/firasans-medium.otf") format("opentype");
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.ttf") format("opentype");
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf") format("opentype");
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  color: #5A5A5A;
  font-size: 16px;
  line-height: 160%;
  font-family: Inter;
  font-weight: 400;
}

a {
  font-family: Fira Sans;
  font-weight: 500;
  text-decoration: underline;
}

b,
strong {
  font-family: Fira Sans;
  font-weight: 600;
}

h2 {
  font-size: 16px;
  color: #F59F4D;
  width: 212px;
  margin-bottom: 21px;
}

h3 {
  font-family: Domus Titling;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

#container {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}

#sankey-container {
  box-sizing: content-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
  margin: 30px auto;
}

ul {
  padding: 0;
  list-style-type: none;
}
