 @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.custom-css-target {
  /* Load Roboto (variable + common weights) */
  /* Apply everywhere, with sensible fallbacks */
  /* Keep headings boldness looking right (optional but nice) */
  /* Mac font smoothing (optional) */ }
  .custom-css-target html, .custom-css-target body, .custom-css-target * {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif !important; }
  .custom-css-target h1, .custom-css-target h2, .custom-css-target h3, .custom-css-target h4, .custom-css-target h5, .custom-css-target h6, .custom-css-target strong, .custom-css-target b {
    font-variation-settings: "wght" 700;
    font-weight: 700 !important; }
  .custom-css-target html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
