/* Use Quattrocento for the whole page */
body {
  font-family: 'Quattrocento', serif;
}

/* Ensure inputs match the numeral button sizing and have horizontal padding */
input[type="text"] {
  height: 2rem; /* 32px, matches h-8 */
  padding-left: .75rem; /* px-3 */
  padding-right: .75rem;
}
