/* Fontes do projeto — carregadas via assets para funcionar no dev (ionic serve) e produção */

@font-face {
  font-family: "WorkSans-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans-Bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans-ExtraBold";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans-Black";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-Black.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans-Medium";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "WorkSans-Italic";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/assets/fonts/Work_Sans/static/WorkSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "RockGrotesk-WideRegular";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-WideMedium.otf") format("opentype");
}

@font-face {
  font-family: "RockGrotesk-WideBold";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-WideBold.otf") format("opentype");
}

@font-face {
  font-family: "RockGrotesk-Regular";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: "RockGrotesk-Medium";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "RockGrotesk-Bold";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-Bold.otf") format("opentype");
}

@font-face {
  font-family: "RockGrotesk-ExtraBold";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "RockGrotesk-Heavy";
  font-display: swap;
  src: url("/assets/fonts/Roc_Grotesk/RocGrotesk-Heavy.otf") format("opentype");
}
