@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./samsungsharpsans.woff') format('woff');
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./samsungsharpsans-medium.woff') format('woff');
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./samsungsharpsans-bold.woff') format('woff');
}

body {
  font-family: 'Samsung Sharp Sans', sans-serif;
}