/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    font-family: var(--f-general);
    font-size: 1rem;
    line-height: 1.35em;

    p {
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}



/* ----- RESPONSIVE ------ */
@media screen and (max-width:1024px) {

}

@media screen and (max-width:767px) {

}