@font-face {
    font-family: 'Proto Grotesk';
    src: local('☺️'),
        url('https://static.istories.media/public/fonts/Proto Grotesk-Regular-Web.woff2') format('woff2'),
        url('https://static.istories.media/public/fonts/Proto Grotesk-Regular-Web.woff') format('woff'),
        url('https://static.istories.media/public/fonts/Proto Grotesk-Regular-Web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Proto Grotesk';
    src: local('☺️'),
        url('https://static.istories.media/public/fonts/Proto Grotesk-Bold-Web.woff2') format('woff2'),
        url('https://static.istories.media/public/fonts/Proto Grotesk-Bold-Web.woff') format('woff'),
        url('https://static.istories.media/public/fonts/Proto Grotesk-Bold-Web.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

.labelArc{
    fill: white;
    font: normal 16px 'Proto Grotesk';
}
.label {
    font: normal 14px 'Proto Grotesk';
}
.legendTitle{
    font: normal 16px 'Proto Grotesk';
}

.caption{
    font: normal 14px "Proto Grotesk";
    fill: #635F5D;
  }
  .source{
    font: normal 12px "Proto Grotesk";
    fill: #635F5D;
  }