/*
Theme Name: Muva
Theme URI: https://muva.ro
Author: Muva
Author URI: https://muva.ro
Description: Temă custom Muva cu Bootstrap, font Roboto, meniu principal și footer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muva
*/

/* Font Roboto din Google Fonts */
body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Logo custom în header */
.custom-logo-link {
    display: block;
}

/* Footer link-uri */
.site-footer a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}
