@font-face {
  font-family: Graphik;
  src: local('Graphik LC Web'),
  url('font/graphik-regular.woff2')
  format('woff2'),
  url('font/graphik-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: local('Graphik LC Web'),
  url('font/graphik-italic.woff2') format('woff2'),
  url('font/graphik-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: local('Graphik LC Web'),
  url('font/graphik-medium.woff2') format('woff2'),
  url('font/graphik-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: local('Graphik LC Web'),
  url('font/graphik-semibold.woff2')
  format('woff2'),
  url('font/graphik-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: local('Graphik LC Web'),
  url('font/graphik-bold.woff2') format('woff2'),
  url('font/graphik-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}




html,
body {
  background: transparent !important;
}
