@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Light.ttf'), format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Medium.ttf'), format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Italic.ttf'), format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Regular.ttf'), format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-SemiBold.ttf'), format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('CormorantGaramond-Bold.ttf'), format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Light.ttf'), format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Regular.ttf'), format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Italic.ttf'), format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Medium.ttf'), format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-SemiBold.ttf'), format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Bold.ttf'), format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 400;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.tim-heading-font {
    font-family: 'Cormorant Garamond', sans-serif;
}

p strong,
p b {
    font-weight: 600;
}