@font-face {
    font-family: 'Tilda Sans';
    src: url('/wp-content/themes/everest/assets/fonts/tilda-sans/TildaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Tilda Sans';
    src: url('/wp-content/themes/everest/assets/fonts/tilda-sans/TildaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium / Semibold? (600) */
@font-face {
    font-family: 'Tilda Sans';
    src: url('/wp-content/themes/everest/assets/fonts/tilda-sans/TildaSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Tilda Sans';
    src: url('/wp-content/themes/everest/assets/fonts/tilda-sans/TildaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'Tilda Sans';
    src: url('/wp-content/themes/everest/assets/fonts/tilda-sans/TildaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Tilda Sans';
    src: url('/wp-content/themes/everest/assets/fonts/tilda-sans/TildaSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Czizh';
    src: url('/wp-content/themes/everest/assets/fonts//czizh/czizh.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular Oblique */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Oblique */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
}

/* SemiBold */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* SemiBold Oblique */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-SemiBoldOblique.ttf') format('truetype');
    font-weight: 600;
    font-style: oblique;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Oblique */
@font-face {
    font-family: 'Involve';
    src: url('/wp-content/themes/everest/assets/fonts/involve/Involve-BoldOblique.ttf') format('truetype');
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
}


