/* ===========================================================================
   You & Me — self-hosted brand fonts (NO CDN).
   Roboto (UI/body) + Roboto Condensed (display/titles).
   Subset: latin + latin-ext (covers French accents and œ).
   Files live in app/assets/fonts/ and are resolved/fingerprinted by Propshaft,
   mirroring the lineicons.css pattern already used in this app.
   =========================================================================== */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/roboto-regular-81065af6.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/roboto-italic-3a60566a.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/roboto-500-e26029b8.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/roboto-700-6b898fa4.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/roboto-condensed-regular-ac9899f6.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/roboto-condensed-500-fc5ebaef.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/roboto-condensed-600-ab9101fe.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/roboto-condensed-700-78ff4d98.woff2") format("woff2");
}
