/* Mobile first approach */
h1 { 
  font-size: 1.5rem !important; 
  color: #630e08 !important; 
}

h2 { 
  font-size: 1.25rem; 
  color: #630e08; 
}

/* Tablet and up */
@media (min-width: 768px) {
  h1 { font-size: 3rem !important; }
  h2 { font-size: 2rem; }
}

/* Desktop and up */
@media (min-width: 1200px) {
  h1 { font-size: 4rem !important; }
  h2 { font-size: 2.5rem; }
}

body { 
  font-size: 1rem; 
}
