/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Mobile settings */
body { font-size: 18px; line-height: 1.5; }
h1 { font-size: 2em; line-height: 1.0; padding-top: 0.1em; padding-bottom: 0.1em; }
h2 { font-size: 2em; line-height: 1.3; padding-top: 0.4em; padding-bottom: 0.4em; }
h3 { font-size: 1.75em; line-height: 1.3; padding-top: 0.3em; padding-bottom: 0.3em; }
h4 { font-size: 1.5em; line-height: 1.4; padding-top: 0.2em; padding-bottom: 0.2em; }
h5 { font-size: 1.25em; line-height: 1.1; padding-top: 0em; padding-bottom: 0em; }
h6 { font-size: 1em; line-height: 1; padding-top: 0em; padding-bottom: 0em; }
p { font-size: 1.1em; line-height: 1.5; margin: 1em 0; padding-top: 0.5em; padding-bottom: 0.5em; }


/* Tablet settings */
@media (min-width: 768px) {
    body { font-size: 18px; line-height: 1.6; }
    h1 { font-size: 2.5em; line-height: 1.2; padding-top: 0.5em; padding-bottom: 0.5em; }
    h2 { font-size: 2.2em; line-height: 1.3; padding-top: 0.4em; padding-bottom: 0.4em; }
    h3 { font-size: 1.9em; line-height: 1.3; padding-top: 0.3em; padding-bottom: 0.3em; }
    h4 { font-size: 1.6em; line-height: 1.4; padding-top: 0.2em; padding-bottom: 0.2em; }
    h5 { font-size: 1.3em; line-height: 1.4; padding-top: 0.2em; padding-bottom: 0.2em; }
    p { font-size: 1em; line-height: 1.6; margin: 1em 0; padding-top: 0.5em; padding-bottom: 0.5em; }

/* Desktop settings */
@media (min-width: 1024px) {
    body { font-size: 20px; line-height: 1.7; }
    h1 { font-size: 2.6em; line-height: 1.2; padding-top: 0.5em; padding-bottom: 0.5em; }
    h2 { font-size: 2.5em; line-height: 1.3; padding-top: 0.4em; padding-bottom: 0.4em; }
    h3 { font-size: 2.2em; line-height: 1.3; padding-top: 0.3em; padding-bottom: 0.3em; }
    h4 { font-size: 1.8em; line-height: 1.4; padding-top: 0.2em; padding-bottom: 0.2em; }
    h5 { font-size: 1.5em; line-height: 1.4; padding-top: 0.2em; padding-bottom: 0.2em; }
    p { font-size: 1em; line-height: 1.7; margin: 1em 0; padding-top: 0.5em; padding-bottom: 0.5em; }