@font-face {
  font-family: 'texgyreadventor-regular';
  src: url({{front_assets('https://fiveonline.live/garware_beta/public_html/front_assets/glazing/fonts/tex-gyre-adventor/texgyreadventor-regular.otf')}});
   
  
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'texgyreadventor-italic';
  src: url({{front_assets('glazing/fonts/tex-gyre-adventor/texgyreadventor-italic.otf')}}) format('opentype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'texgyreadventor-bold';
  src: url({{front_assets('glazing/fonts/tex-gyre-adventor/texgyreadventor-bold.otf')}}) format('opentype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'texgyreadventor-bolditalic';
  src: url({{front_assets('glazing/fonts/tex-gyre-adventor/texgyreadventor-bolditalic.otf')}}) format('opentype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}