@font-face {
  font-family:"helga";
  src:url("/themes/porto/font/SVN-Helga.otf");
  font-display:swap;
  ;
}

@font-face {
  font-family:'EB Garamond';
  src:url('/themes/porto/font/EB_Garamond/static/EBGaramond-Medium.ttf') format("truetype");
  font-weight:500;
  font-display:swap;
  ;
}

@font-face {
  font-family:'EB Garamond';
  src:url('/themes/porto/font/EB_Garamond/static/EBGaramond-SemiBold.ttf') format("truetype");
  font-weight:600;
  font-display:swap;
  ;
}

@font-face {
  font-family:'Google Sans';
  src:url('/themes/porto/font/GoogleSans/GoogleSans-Regular.ttf') format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
  ;
}

@font-face {
  font-family:'Google Sans';
  src:url('/themes/porto/font/GoogleSans/GoogleSans-Medium.ttf') format("truetype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
  ;
}

@font-face {
  font-family:'Google Sans';
  src:url('/themes/porto/font/GoogleSans/GoogleSans-Bold.ttf') format("truetype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
  ;
}

@font-face {
  font-family:'Google Sans';
  src:url('/themes/porto/font/GoogleSans/GoogleSans-Black.ttf') format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
  ;
}

* {
  font-family:'Google Sans';
  ;
}

.eb-garamond {
  font-family:'EB Garamond';
  ;
}

.eb-garamond.medium {
  font-weight:500;
  ;
}

.eb-garamond.semi-bold {
  font-weight:600;
  ;
}