@font-face{
  font-family:'Estedad';
  src:url('../fonts/Estedad-Light.ttf') format('truetype');
  font-style:normal;
  font-weight:300;
  font-display:swap;
}

@font-face{
  font-family:'Estedad';
  src:url('../fonts/Estedad-Medium.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

@font-face{
  font-family:'Estedad';
  src:url('../fonts/Estedad-Medium.ttf') format('truetype');
  font-style:normal;
  font-weight:500;
  font-display:swap;
}

@font-face{
  font-family:'Estedad';
  src:url('../fonts/Estedad-Bold.ttf') format('truetype');
  font-style:normal;
  font-weight:700;
  font-display:swap;
}

@font-face{
  font-family:'Metropolis';
  src:url('../fonts/metropolis.regular.otf') format('opentype');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

@font-face{
  font-family:'Metropolis';
  src:url('../fonts/metropolis.semi-bold.otf') format('opentype');
  font-style:normal;
  font-weight:600;
  font-display:swap;
}

:where(html, body, body *){
  font-synthesis:none;
}

body{
  font-family:'Estedad',Tahoma,sans-serif;
  font-weight:400;
}

html[lang='en'] body{
  font-family:'Metropolis','Segoe UI',Tahoma,sans-serif;
  font-weight:400;
}

button,
input,
textarea,
select{
  font-family:inherit;
  font-weight:inherit;
}
