@font-face {
    font-family: "Inter";
    src: url('../fonts/Heebo/Heebo-Regular.ttf');
}

@font-face {
    font-family: "Inter";
    font-weight: normal;
    src: url('../fonts/Heebo/Heebo-Regular.ttf');
}

@font-face {
    font-family: "Inter";
    font-weight: bold;
    src: url('../fonts/Heebo/Heebo-Bold.ttf');
}

@font-face {
    font-family: "Inter";
    font-weight: 300;
    src: url('../fonts/Heebo/Heebo-Light.ttf');
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    src: url("../fonts/Heebo/Heebo-Medium.ttf") format("woff2");
}

@font-face {
    font-family: "Demo";
    src: url('../fonts/Heebo/Heebo-Regular.ttf');
}

@font-face {
    font-family: "Demo";
    font-weight: normal;
    src: url('../fonts/Heebo/Heebo-Regular.ttf');
}

@font-face {
    font-family: "Demo";
    font-weight: bold;
    src: url('../fonts/Heebo/Heebo-Bold.ttf');
}

@font-face {
    font-family: "DemoGlobal";
    src: url("../fonts/Demo_normal.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "DemoGlobal";
    src: url("../fonts/Demo_extralight.woff2") format("woff2");
    font-display: swap;
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "DemoGlobal";
    src: url("../fonts/Demo_medium.woff2") format("woff2");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Demo";
    src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}


.global-leader-title{
    font-weight: bold;
}