/* Fontes locais em public/public/fonts — mesma pasta que os .ttf */

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("amazon_ember_light.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("amazon_ember_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("amazon_ember_bold.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("amazon_ember_display_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("amazon_ember_display_bold.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("amazon_ember_arabic_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("amazon_ember_arabic_bold.ttf") format("truetype");
}

@font-face {
  font-family: "Amazon Ember Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("amazon_ember_monospace_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("opensans_light.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("opensans_lightitalic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("opensans_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("opensans_italic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("opensans_semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("opensans_semibolditalic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("opensans_bold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("opensans_bolditalic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("opensans_extrabold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("opensans_extrabolditalic.ttf") format("truetype");
}
