/* Set a global baseline for all text */
body {
  font-size: 18px;
}

font[size="1"] {
  font-size: 1rem !important; 
}

font[size="2"] {
  font-size: 1.2rem !important; 
}

font[size="2"] {
  font-size: 1.2rem !important; 
}

font[size="3"] {
  font-size: 1.5rem !important; 
}