/* Test child theme overriding editor heading font sizes. */
/* Save this file into the {wwwroot}/theme/classic/scss/ directory */
h1 { font-size: 10px; }
h2 { font-size: 8px; }
h3 { font-size: 6px; }
h4 { font-size: 4px; }
h5 { font-size: 2px; }
h6 { font-size: 1px; }
