html {
  font-family: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

body {
  font-size: 1rem;        /* 16px */
  line-height: 1.5;
  color: #2B2B2B;
}

/* Headings */
h1, h2, h3 {
  font-weight: 600;
  color: #6B2E1F;
}

h1 {
  font-size: 1.75rem;    /* 28px */
  line-height: 1.2;
}

h2 {
  font-size: 1.375rem;   /* 22px */
  line-height: 1.3;
}

h3 {
  font-size: 1.125rem;   /* 18px */
  line-height: 1.3;
}

/* Body text */
p {
  font-size: 1rem;       /* 16px */
}

/* Small text */
small {
  font-size: 0.875rem;   /* 14px */
  color: #2E3A4F;
}

/* Buttons */
button, .btn {
  font-size: 1rem;       /* 16px */
  line-height: 1.4;
  font-weight: 500;
}
