/* Typography CSS - Automatically enqueued with cache busting */

/* Example typography styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

/* Custom font sizes */
.text-large {
  font-size: 1.25rem;
}

.text-small {
  font-size: 0.875rem;
}
