@charset 'utf-8';
/*
 Theme Name:   Alex Gold
 Theme URI:    http://tekservs.com
 Description:  Alex Gold – Multipurpose and Multiskin Responsive Wordpress theme (Child Theme)
 Author:       TekServs (Eng. Ahmed el Mobasher)
 Author URI:   http://tekservs.com
 Template:     organic-beauty
 Version:      1.0
 Tags:         one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, holiday
*/

/* --- Your Custom Font Imports --- */
@import url('css/font-face/bell/stylesheet.css');
@import url('css/font-face/script/stylesheet.css');
@import url('css/font-face/cooper/stylesheet.css');

/* --- Your Custom CSS Starts Here --- */
/* 1. Cooper Black for the Big Impact Headings */
h1, h2, .logo_text, .sc_item_title {
    font-family: 'Cooper Black', serif !important;
}

/* 2. Bell MT Bold for Professional Subheadings and Menus */
h3, h4, h5, 
.menu_main_nav > li > a, 
.sc_button, 
.sc_services_item_title {
    font-family: 'Bell MT Bold', serif !important;
}

/* 3. Script MT Bold for Decorative Accents */
h6, blockquote, .other_font, .sc_dropcaps_item {
    font-family: 'Script MT Bold', cursive !important;
}

/* 4. Body Text (Optional) */
/* If you have a specific font for the paragraph text, add it here */
body, p {
    font-family: "Open Sans", sans-serif; 
}