/** Fonts **/
@font-face {
    font-family: 'SamsungOne-300';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/SamsungOne-300.eot');
    src: url('../fonts/SamsungOne-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungOne-300.woff') format('woff'),
    url('../fonts/SamsungOne-300.ttf') format('truetype');
}

@font-face {
    font-family: 'SamsungOne-400';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/SamsungOne-400.eot');
    src: url('../fonts/SamsungOne-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungOne-400.woff') format('woff'),
    url('../fonts/SamsungOne-400.ttf') format('truetype');
}

@font-face {
    font-family: 'SamsungOne-500';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/SamsungOne-500.eot');
    src: url('../fonts/SamsungOne-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungOne-500.woff') format('woff'),
    url('../fonts/SamsungOne-500.ttf') format('truetype');
}

@font-face {
    font-family: 'SamsungOne-600';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/SamsungOne-600.eot');
    src: url('../fonts/SamsungOne-600.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungOne-600.woff') format('woff'),
    url('../fonts/SamsungOne-600.ttf') format('truetype');
}

@font-face {
    font-family: 'SamsungOne-700';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/SamsungOne-700.eot');
    src: url('../fonts/SamsungOne-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungOne-700.woff') format('woff'),
    url('../fonts/SamsungOne-700.ttf') format('truetype');
}

@font-face {
    font-family: 'SamsungOne-800';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/SamsungOne-800.eot');
    src: url('../fonts/SamsungOne-800.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungOne-800.woff') format('woff'),
    url('../fonts/SamsungOne-800.ttf') format('truetype');
}

/** Fonts **/