html {
  --cb-responsive-proof: 0;
}

@media (max-width: 1024px) {
  html {
    --cb-responsive-proof: 1;
  }

  body {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 100%;
  }
}
