/*
 * Theme Name:   Hello Elementor Child — May River Landing
 * Description:  Child theme for May River Landing. Header/footer, widgets and design tokens come from the mr-elements plugin.
 * Author:       Horizons Marketing
 * Template:     hello-elementor
 * Version:      1.0.0
 * Requires PHP: 8.1
 * Text Domain:  hello-elementor-child
 */

/* Global defaults — tokens (--mr-*) are defined in mr-elements/assets/css/mr-pages.css */
body {
    font-family: var(--mr-font-body, "Montserrat", Arial, sans-serif);
    line-height: 1.62;
    color: var(--mr-ink, #243B45);
    background-color: var(--mr-cream, #F8F3EC);
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--mr-river, #063B50);
}

a:hover,
a:focus {
    color: var(--mr-orange-text, #B9481D);
}

::selection {
    color: var(--mr-white, #FFFFFF);
    background-color: var(--mr-teal, #0D6972);
}
