/**
Theme Name: ZP Child
Author: Bongani Khoza
Author URI: https://bkhoza.co.za/
Description: The child theme of Astra.
Version: 4.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zp-child
Template: astra
*/

:root {
    /*--- Primary colours ---*/
    --primary-color: #f69721;
    --secondary-color: #262439;
    --white: #fff;
    --black: #000;
    --grey-85: #222;
    --grey-50: #808080;
    --body-font: 'Poppins', sans-serif;
}

/* --- Generic styles --- */
:focus {
    outline: 0 !important;
}

/* body {
    font-family: var(--body-font);
    color: var(--body-text);
}

p, .elementor p, .post-navigation a {
	font-family: var(--body-font);
    font-weight: 400;
} */

.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
    background: var(--primary-color);
    color: var(--white);
}

.sina-slider-content.sina-bg-cover {
    background-position: top center;
}

