/*
Theme Name: Sacred River
Author: Tráfico
Author URI: https://trafico.ca/
Description: Sacred River theme
Template: hello-elementor
Version: 1.0.0
*/

/** Header menu. */
/*
.sr-header-menu .sr-menu-items {
    display: flex;
    column-gap: 40px;
}
.sr-header-menu .sr-menu-link {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
}
*/

/** Footer menu. */
/*
.sr-footer-menu .sr-menu-items {
    display: flex;
    column-gap: 40px;
}
.sr-footer-menu .sr-menu-link {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    color: #FFFFFF;
}
*/

