@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url('../font/encodesans-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    src: url('../font/encodesans-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    src: url('../font/encodesans-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    src: url('../font/encodesans-bold.ttf') format('truetype');
}