/*
Theme Name: hwd
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the aditya
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
 

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 

.container-fluid.cutm-cls{
	display:block !important;
}
@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSans';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* =========================
   ROCHE SANS CONDENSED
========================= */
@font-face {
  font-family: 'RocheSansCondensed';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSansCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSansCondensed';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSansCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSansCondensed';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSansCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSansCondensed';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSansCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* =========================
   ROCHE SERIF
========================= */
@font-face {
  font-family: 'RocheSerif';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSerif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSerif';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSerif-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSerif';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSerif';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSerif';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RocheSerif';
  src: url('/wp-content/themes/hwd/fonts/new/RocheSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --font-primary: 'RocheSans', sans-serif;
  --font-condensed: 'RocheSansCondensed', sans-serif;
  --font-serif: 'RocheSerif', serif;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: 700;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}
body {
    font-family: 'RocheSans', sans-serif;
    font-weight: 400;
}

b, strong {
    font-weight: 700;
}

.carousel-caption h3 {
    font-family: 'RocheSans', sans-serif;
    font-weight: 700;
}

.wrap-text-head {
    font-family: 'RocheSerif', serif;
    font-weight: 700;
}

p.subhead {
    font-family: 'RocheSerif', serif;
    font-weight: 400;
}

.section1_subtext {
    font-family: 'RocheSans', sans-serif;
    font-style: italic;
    font-weight: 400;
}
