@font-face {
    font-family: 'suit';
    font-weight: 100;
    src: url('SUIT-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 200;
    src: url('SUIT-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 300;
    src: url('SUIT-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 400;
    src: url('SUIT-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 500;
    src: url('SUIT-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 600;
    src: url('SUIT-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 700;
    src: url('SUIT-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 800;
    src: url('SUIT-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'suit';
    font-weight: 900;
    src: url('SUIT-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'government-symbol-font';
    /* font-weight: ; */
    src: url('government-symbol-font.ttf') format('truetype');
}

/* body{font-family: 'suit';} */

/* input,select,button{
	font-family: 'suit';
} */
body{font-family: sans-serif;}
input,select,button{
	font-family: sans-serif;
}