/* 1. Font */
@font-face {
    font-family: 'SegoeUI-Light';
    src: url('/assets/font/SegoeUI-Light.eot');
    src: local('SegoeUI-Light'),
         url('/assets/font/SegoeUI-Light.woff') format('woff'),
         url('/assets/font/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* 2. Paksa seluruh halaman */
html,
body,
body *:not(i):not(span.fa):not([class^="fa-"]) {
    font-family: 'SegoeUI-Light', sans-serif !important;
}