/*
 Theme Name:   Storefront Child Sunrex
 Theme URI:    https://sunrex.pe/
 Description:  Child theme of Storefront for SUNREX brand identity
 Author:       SUNREX
 Author URI:   https://sunrex.pe/
 Template:     storefront
 Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #2B2B2B;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #004080;
}

/* Buttons */
button, .button, input[type=submit], .woocommerce a.button {
    background-color: #FF6B00;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 4px;
}
button:hover, .button:hover, input[type=submit]:hover, .woocommerce a.button:hover {
    background-color: #00894A;
    color: #fff;
}

/* Links */
a {
    color: #004080;
}
a:hover {
    color: #FF6B00;
}

/* Footer */
.site-footer {
    background-color: #004080;
    color: #fff;
}
.site-footer a {
    color: #FFD000;
}
