/*! TRP529 refresh – Rocky (headings) + Roboto Flex (body/UI) */

/* ========== Roboto Flex (body, nav, subheads, eyebrows) ========== */
@font-face {
  font-display: swap;
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 100 1000;
  src: url("fonts/RobotoFlex-VariableFont.ttf")
    format("truetype");
}

/* Fallback for browsers that don't support variable font format */
@font-face {
  font-display: swap;
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/RobotoFlex-Regular.ttf") format("truetype");
}

/* ========== Rocky (display, H1, H2, H4) ========== */
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Rocky-Light.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/Rocky-Light_Italic.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Rocky-Regular.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Rocky-Italic.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Rocky-Medium.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/Rocky-Medium_Italic.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Rocky-Bold.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Rocky-Bold_Italic.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Rocky-Black.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Rocky";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/Rocky-Black_Italic.otf") format("opentype");
}
