/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Fonts */

h1, h2, h3, h4, h5, h6 {
    font-family: "Libre Caslon Text", Sans-serif;
    font-weight: 700;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: 0.75em; }

@media(max-width: 767px) {
    h1 { font-size: 2em; }
    h2 { font-size: 1.75em; }
}

/* Style adjustments */

a {
    color: var(--e-global-color-secondary);
    font-weight: bold;
}

a:hover {
    color: inherit;
}

ul,
ol {
    margin-block-end: 1rem;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-block-end: 0;
}

/* Any pages not built using Elementor */
body.page:not(.elementor-page) main#content {
    padding: 50px 0;
}