/* Shared desktop/common rules extracted to keep layout assets consistent. */
:root {
  --crm-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --crm-page-min-height: 100vh;
}

html {
  font-size: 13px;
}

body {
  font-family: var(--crm-font-family);
  min-height: var(--crm-page-min-height);
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input,
select,
textarea,
button {
  font: inherit;
}
