/*!
Theme Name: Child Bosa
Theme URI: https://underscores.me/
Author: Jamia Al Furqan
Author URI: https://jamiaalfurqan.org
Description: Child theme for Bosa
Version: 1.0.0
Template: bosa
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-bosa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   IMPORT PARENT THEME STYLE
========================================================= */
@import url("../bosa/style.css");

/* =========================================================
   CUSTOM CHILD THEME STYLES START HERE
========================================================= */

body {
    background-color: #ffffff;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/* Links */
a {
    color: #0a7c3a;
}
a:hover {
    color: #055c2b;
}

/* Buttons */
button,
input[type="submit"] {
    background: #0a7c3a;
    color: #ffffff;
    border-radius: 4px;
}

/* Charity Section Example */
.charity-section {
    padding: 60px 0;
    background: #f8f9f8;
}

/* Footer */
.site-footer {
    background: #0a7c3a;
    color: #ffffff;
}