/*
Theme Name: Monosol Theme
Theme URI: http://www.monosol.com
Version: 1.0
Description: A custom theme for Monosol, A Kuraray Company.
Author: HP Bricker
Author URI: http://www.hpbricker.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* =========================
   Rational Display
   ========================= */

@font-face {
  font-family: 'Rational_Display';
  src: url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBook.woff2') format('woff2'),
       url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rational_Display';
  src: url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBookItalic.woff2') format('woff2'),
       url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rational_Display';
  src: url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBold.woff2') format('woff2'),
       url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rational_Display';
  src: url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBoldItalic.woff2') format('woff2'),
       url('/wp-content/themes/bb-theme-child/fonts/RationalDisplayBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}