/* Gilroy Black Italic */
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }
  
  /* Gilroy Extra Bold Italic */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  
  /* Gilroy Light Italic */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  
  /* Gilroy Medium */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  /* Gilroy Semi Bold */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  
  /* Add the rest of the fonts following the same pattern */
  
  /* Gilroy Black */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  /* Gilroy Extra Bold */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
  
  /* Gilroy Light */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }
  
  /* Gilroy Regular Italic */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  /* Gilroy Thin Italic */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  }
  
  /* Add the rest of the fonts following the same pattern */
  
  /* Gilroy Bold Italic */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
  /* Gilroy Heavy Italic */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  
  /* Gilroy Light */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  /* Gilroy Regular */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  /* Gilroy Thin */
  @font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/oceanwp-child/font/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  
  /* Add the rest of the fonts following the same pattern */
  @font-face {
    font-family: 'GothamLight';
    src: url('/wp-content/themes/oceanwp-child/font/GothamLIGHT.otf') format('opentype');

  }