@charset "utf-8";
/* CSS Document */

body {
  font-family: "effra-cc", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;   /* ~8pt on desktop */
  line-height: 1.4;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Headings (match small scale unless overridden) */
h1, h2, h3, h4, h5, h6 {
  font-family: "effra-cc", sans-serif;
  font-weight: 300;
  font-size: 11px;
  margin: 0.4em 0;
}

/* Paragraphs */
p {
  font-size: 11px;
  margin: 0.6em 0;
}

/* Links */
a {
  font-size: 11px;
  text-decoration: none;
  color: #0066cc;
}
a:hover {
  text-decoration: underline;
}

/* ---------------------- */
/* RESPONSIVE ADJUSTMENTS */
/* ---------------------- */

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  body, h1, h2, h3, h4, h5, h6, p, a {
    font-size: 13px;   /* ~10pt */
    line-height: 1.5;
  }
}

/* Phones (≤ 600px) */
@media (max-width: 600px) {
  body, h1, h2, h3, h4, h5, h6, p, a {
    font-size: 14px;   /* ~11pt */
    line-height: 1.6;
  }
}
