@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('/static/fonts/SamsungSharpSansRegular-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('/static/fonts/SamsungSharpSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('/static/fonts/SamsungSharpSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'samsungone';
  src: url('/static/fonts/samsungone-400c_v1.0-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'samsungone';
  src: url('/static/fonts/samsungone-800c_v1.0-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

.samsungSharpSans {
  font-family: "Samsung Sharp Sans", "Graphik Compact", sans-serif !important;
}

.samsungOne {
  font-family: "samsungone", "Graphik Compact", sans-serif !important;
}
