@font-face {
  font-family: 'MarketSans';
  src: local('Market Sans Thin'), local('Market-Sans-Thin'), url('marketsansthin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
 }

@font-face {
  font-family: 'MarketSans';
  src: local('Market Sans'), local('Market-Sans-Light'), url('marketsanslight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
 }

@font-face {
  font-family: 'MarketSans';
  src: local('Market Sans'), local('Market-Sans'), url('marketsansregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
 }

@font-face {
  font-family: 'MarketSans';
  src: local('Market Sans'), local('Market-Sans-Medium'), url('marketsansmedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
 }

@font-face {
  font-family: 'MarketSans';
  src: local('Market Sans'), local('Market-Sans-SemiBold'), url('marketsanssemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
 }

@font-face {
  font-family: 'MarketSans';
  src: local('Market Sans'), local('Market-Sans-Bold'), url('marketsansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
 }