/*
 Theme Name:   Astra Child - E-FLOUR
 Theme URI:    https://eflour.online
 Description:  Custom Child Theme for E-FLOUR (Grocery, Flour, Spices)
 Author:       Muhammad Nadeem Rana
 Author URI:   https://eflour.online
 Template:     astra
 Version:      1.0.6
 Text Domain:  astra-child-eflour
*/

/* Global Styles */
body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

/* Global Button Style */
.button-primary-eflour {
    background-color: #4caf50;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}
.button-primary-eflour:hover {
    background-color: #2e7d32;
}