/**
 * Samsung Fonts
 * SamsungOne and SamsungSharp
 */

/* SamsungOne (Regular, Bold) */
@font-face {
    font-family: 'SamsungOne';
    src: url('https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff2') format('woff2'),
         url('https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungOne';
    src: url('https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff2') format('woff2'),
         url('https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* SamsungSharp (Bold) for headings */
@font-face {
    font-family: 'SamsungSharp';
    src: url('https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSans-Bold.woff2') format('woff2'),
         url('https://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Add fallback for when Samsung fonts fail */
@font-face {
    font-family: 'SamsungSharp';
    src: local('Arial Black'), local('Arial Bold'), local('Helvetica Bold');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-FFFF;
}

/* Fallback fonts if Samsung fonts don't load */
.font-samsung-fallback {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
