@font-face {
    font-family: 'TT Travels Next';
    src: url('../fonts/TT Travels Next Trial Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Travels Next';
    src: url('../fonts/TT Travels Next Trial Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Travels Next';
    src: url('../fonts/TT Travels Next Trial Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-weight: 300;
    src: local("Inter"),
        url(../fonts/Inter-Light.woff2) format("woff2"),
        url(../fonts/Inter-Light.woff) format("woff"),
        url(../fonts/Inter-Light.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    src: local("Inter"),
        url(../fonts/Inter-Regular.woff2) format("woff2"),
        url(../fonts/Inter-Regular.woff) format("woff"),
        url(../fonts/Inter-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    src: local("Inter"),
        url(../fonts/Inter-Medium.woff2) format("woff2"),
        url(../fonts/Inter-Medium.woff) format("woff"),
        url(../fonts/Inter-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-weight: 600;
    src: local("Inter"),
        url(../fonts/Inter-SemiBold.woff2) format("woff2"),
        url(../fonts/Inter-SemiBold.woff) format("woff"),
        url(../fonts/Inter-SemiBold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-weight: 700;
    src: local("Inter"),
        url(../fonts/Inter-Bold.woff2) format("woff2"),
        url(../fonts/Inter-Bold.woff) format("woff"),
        url(../fonts/Inter-Bold.ttf) format("truetype");
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TT Travels Next', sans-serif !important;
}

body,
* {
    font-family: 'Inter', sans-serif !important;
}