/*
Theme Name: MHC
Theme URI: https://medihealthcare.com/
Text Domain: MHC
Description: Welcome to MHC
Author: Web99
Author URI: https://web99.com/
Version: 24
Tested Up To: 6.1
Requires PHP: 7.4
*/
@font-face {
    font-family: 'ClashGrotesk';
    src: url('https://medihealthcare.com/wp-content/uploads/fonts/ClashGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('https://medihealthcare.com/wp-content/uploads/fonts/ClashGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body, a, p, span, li {
    font-family: 'ClashGrotesk', sans-serif !important;
	letter-spacing:0.6px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ClashGrotesk', sans-serif !important;
    font-weight: 500 !important;
}