/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

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

/* Montserrat Regular */
@font-face {
  font-family: 'Montserrat';
  src: url('https://usvisalawyer.com/fonts/Montserrat-Regular.woff2') format('woff2'),
	   url('https://usvisalawyer.com/fonts/Montserrat-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Oswald Regular */
@font-face {
  font-family: 'Oswald';
  src: url('https://usvisalawyer.com/fonts/Oswald-Regular.woff2') format('woff2'),
	   url('https://usvisalawyer.com/fonts/Oswald-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Force headings to use Oswald */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
}