@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-RegularOblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-BoldOblique.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-DemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-DemiBoldOblique.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-ExtraBoldOblique.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-HeavyOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Global IntegralCF';
    src: url('../fonts/IntegralCF/IntegralCF-MediumOblique.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Ranade */
@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Global Ranade';
    src: url('../fonts/ranade/Ranade-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

body {
    font-family: 'Global Ranade', sans-serif !important;
    font-weight: 400 !important;
}

body h1,
div h2,
div h3,
div h4,
div h5,
div h6,
div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
    font-family: 'Global IntegralCF', sans-serif !important;
    font-weight: 700 !important;
}

.category-btn {
    font-family: 'Global IntegralCF', sans-serif !important;
    font-weight: 700 !important;
}

.stat-item {
    font-family: 'Global IntegralCF', sans-serif !important;
    font-weight: 700 !important;
}