/* Regular */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('https://expressidp.org/wp-content/themes/hello-elementor-child/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: 'Gilroy';
    src: url('https://expressidp.org/wp-content/themes/hello-elementor-child/fonts/Gilroy-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* UltraLight */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* UltraLight Italic */
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}