@font-face {
  font-family: 'SamsungOne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/samsung-store/SamsungOne-400C.ttf') format('truetype');
}
@font-face {
  font-family: 'SamsungOne';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/samsung-store/SamsungOne-500C.ttf') format('truetype');
}
@font-face {
  font-family: 'SamsungOne';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/samsung-store/SamsungOne-600C.ttf') format('truetype');
}
@font-face {
  font-family: 'SamsungOne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/samsung-store/SamsungOne-700C.ttf') format('truetype');
}
:root {
  --font-sans: 'SamsungOne', system-ui, sans-serif !important;
  --default-font-family: 'SamsungOne', system-ui, sans-serif !important;
}
html { font-family: 'SamsungOne', system-ui, sans-serif !important; }
