@font-face {
  font-family: 'SamsungOne-400';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/SamsungOne-400.woff2') format('woff2');
}

@font-face {
  font-family: 'SamsungOne-500';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/SamsungOne-500.woff2') format('woff2'),
    url('./fonts/SamsungOne-500.otf') format('trueetype');
}

@font-face {
  font-family: 'SamsungOne-600';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/SamsungOne-600.woff2') format('woff2'),
    url('./fonts/SamsungOne-600.otf') format('trueetype');
}

@font-face {
  font-family: 'SamsungOne-700';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/SamsungOne-700.woff2') format('woff2'),
    url('./fonts/SamsungOne-700.otf') format('truetype');
}

@font-face {
  font-family: 'samsungsharpsans';
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/samsungsharpsans.woff2') format('woff2'),
    url('./fonts/samsungsharpsans.otf') format('truetype');
}

@font-face {
  font-family: 'samsungsharpsans-medium';
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/samsungsharpsans-medium.woff2') format('woff2'),
    url('./fonts/samsungsharpsans-medium.otf') format('truetype');
}

@font-face {
  font-family: 'samsungsharpsans-bold';
  font-style: normal;
  font-weight: bold;
  src: url('./fonts/samsungsharpsans-bold.woff2') format('woff2');
}
