/*
 Theme Name: Paragon Child Theme
 Theme URI: https://paragon.axiomthemes.com/
 Description: Paragon Child Theme
 Author: AxiomThemes
 Author URI: https://axiomthemes.com/
 Template: paragon
 Version: 1.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  paragon
*/


/* =Theme customization starts here
------------------------------------------------------------ */

body {
    font-family: "acumin-pro", sans-serif !important;
}

p, li, span {
    font-family: "acumin-pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "acumin-pro", sans-serif;
}

.wc_payment_method.payment_method_paypal label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    cursor: pointer;
}

/* PayPal logo */
.wc_payment_method.payment_method_paypal label img {
    max-height: 24px;
    margin-left: auto !important;
}
