@font-face {
    font-family: 'Tilda Sans';
    src: url('fonts/TildaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tilda Sans';
    src: url('fonts/TildaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tilda Sans';
    src: url('fonts/TildaSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Tilda Sans';
    src: url('fonts/TildaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Tilda Sans';
    src: url('fonts/TildaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.text-Semibold {
    font-weight: 600 !important;
}

.text-Bold {
    font-weight: 700 !important;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
}



