/* defalut */
@font-face {
    font-family: 'Sen';
    src: url('/fonts/Sen-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sen';
    src: url('/fonts/Sen-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Sen';
    src: url('/fonts/Sen-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

body, html {
    font-family: 'Sen' !important;
}
