/*
Theme Name: Medivantek
Author: Ahsan Mughal
Author URI: https://ahsanaslam.com/
Description: A custom WordPress theme built from Figma design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mycustomtheme
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Apply Roboto Slab sitewide */
body {
  font-family: 'Roboto Slab', serif;
}

/* Example: make headings bolder */
p {
  font-family: 'Roboto Slab', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
