@media print, screen {
  * {
    font-family: 'IntCircularBook';
  }
  h1 {
    color: #ff8200;
    font-weight: normal;
  }
  h2 {
    color: #38a8ac;
    font-size: 110%;
    font-weight: normal;
  }
  h3,
  h4,
  p,
  li {
    color: #929292;
    font-weight: normal;
  }
  li {
    font-family: 'IntCircularThin';
  }
  a {
    color: #42b983;
  }
  hr {
    margin-left: 0;
    margin-right: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    page-break-after: always;
  }
  img {
    max-width: 100%;
    height: auto;
    float: right;
  }
  sup {
    font-size: 20%;
  }

  #pie-chart {
    align-items: center;
  }
  #app {
    margin: 50px;
  }
  #loan-mechanics-graph {
    width: 70%;
    margin-left: 20px;
  }
  #cost-over-time-graph {
    width: 70%;
    margin-left: 20px;
  }
  #mosaic {
    height: 50;
    width: auto;
  }
  #loanpal {
    height: 75;
    width: auto;
  }
  #pie-chart {
    margin-top: 20px;
  }
  .thin {
    font-family: 'IntCircularThin';
  }
  .top-margin {
    margin-top: -6%;
  }
  .bottom-margin {
    margin-bottom: -3%;
  }
  .flex-container {
    display: flex;
    flex-direction: column;
    max-width: 1000;
    min-width: 760;
    margin: 0 auto;
  }
  .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .row-loan-summary {
    justify-content: flex-start;
    align-items: center;
  }
  .box {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    flex-shrink: 0;
  }
  .circle {
    border-radius: 50%;
  }
  .box-orange {
    background-color: #ff8200;
  }
  .box-blue {
    background-color: #5cc1e6;
  }
  .box-green {
    background-color: #4b8f41;
  }
  .box-gray {
    background-color: #929292;
  }
  .box-teal {
    background-color: #38a8ac;
  }
  .font-teal {
    color: #38a8ac;
  }
  .pie-chart-label {
    width: 70%;
  }
  .page-break {
    page-break-before: always;
  }
  .loan-advantage-text {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 20px;
  }
  .loan-advantage-value {
    width: 15%;
  }
  .loan-details-column {
    width: 33%;
    margin-right: 20px;
  }
  .currency {
    display: inline;
  }
  .pad-right {
    margin-right: 20px;
  }
  .paragraph {
    color: #929292;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'IntCircularThin';
  }
  .customer-name {
    margin-top: -20px;
  }
  .electricity-mix-label {
    width: 62%;
    justify-content: flex-start;
  }
  .electricity-mix-value {
    width: 35%;
  }
  .width-third {
    width: 33%;
  }
  .graph {
    margin-right: 15px;
  }

  @font-face {
    font-family: IntCircularBook;
    src: url('./assets/fonts/IntCircularPro-Book.woff');
  }
  @font-face {
    font-family: IntCircularBold;
    src: url('./assets/fonts/IntCircularPro-Bold.woff');
  }
  @font-face {
    font-family: IntCircularThin;
    src: url('./assets/fonts/IntCircularPro-Thin.woff');
  }
}
