/*
Theme Name: berejuved
Theme URI: https://yourwebsite.com
Author: k2
Author URI: https://yourwebsite.com
Description: Professional Plastic Surgery & Medical WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vamary
Tags: e-commerce, medical, health, woocommerce, plastic-surgery
*/

// Global Font CSS
wp_add_inline_style('vamary-style', '

    /* =========================================
       ALL HEADINGS FONT
    ========================================= */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .hero-title,
    .banner-title,
    .main-title,
    .section-title,
    .custom-heading,
    .title,
    .subtitle,
    .sub-title,
    .section-subtitle,
    .section-heading,
    .sub-heading,
    [class*="title"],
    [class*="heading"] {
        font-family: cormorantgaramond-semibold,
                     cormorantgaramond,
                     "Cormorant Garamond",
                     serif !important;
    }

    /* =========================================
       PARAGRAPH FONT
    ========================================= */

    body,
    p,
    span,
    li,
    a,
    button,
    input,
    textarea,
    label,
    small,
    strong,
    em,
    .description,
    .content,
    .text,
    .paragraph,
    [class*="text"],
    [class*="content"] {
        font-family: "Proxima Nova",
                     proxima,
                     sans-serif !important;
    }

');