/*
Theme Name: Vayuprana
Theme URI: https://vayuprana.in/
Author: Vayuprana
Author URI: https://vayuprana.in/
Description: Custom theme for Vayu Prana Hyperbaric Oxygen Therapy
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vayuprana
Domain Path: /languages
*/

/* Theme Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Jost', sans-serif;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
}