@font-face {
    font-family: 'Blender';
    font-style: normal;
    font-weight: normal;
    src: local('Blender'),
    url('../fonts/blender-pro-book.ttf') format('truetype');
}

@font-face {
    font-family: 'BlenderBold';
    font-style: normal;
    font-weight: bold;
    src: local('Blender'),
    url('../fonts/blender-pro-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BlenderMedium';
    font-style: normal;
    font-weight: 600;
    src: local('Blender'),
    url('../fonts/blender-pro-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'BlenderThin';
    font-style: normal;
    font-weight: 300;
    src: local('Blender'),
    url('../fonts/blender-pro-thin.ttf') format('truetype');
}