﻿/* SAMSUNG CUSTOM FONTOVI
  =========================================================================== */
@font-face {
    font-family: 'SamsungOneW';
    src: url(SamsungOne-400.eot);
    src: url(SamsungOne-400.eot?#iefix) format("embedded-opentype"), url(SamsungOne-400.woff2) format("woff2"), url(SamsungOne-400.woff) format("woff"), url(SamsungOne-400.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungOneW';
    src: url(SamsungOne-700.eot);
    src: url(SamsungOne-700.eot?#iefix) format("embedded-opentype"), url(SamsungOne-700.woff2) format("woff2"), url(SamsungOne-700.woff) format("woff"), url(SamsungOne-700.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungSharpSansW';
    src: url(SamsungSharpSansBd.eot);
    src: url(SamsungSharpSansBd.eot?#iefix) format("embedded-opentype"), url(SamsungSharpSansBd.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: "SamsungOneW", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "SamsungSharpSansW", sans-serif;
}