
@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-semibold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-extrabold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/tildasans-black.ttf');
    font-weight: 900;
    font-style: normal;
}