/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


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

@font-face {
  font-family: 'Urbanist';
  src: url('fonts/Urbanist-Bold.woff2') format('woff2'),
       url('fonts/Urbanist-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Example of applying Urbanist to the menu */
#site-navigation,
.main-navigation ul li a {
  font-family: 'Urbanist', sans-serif;
}

#site-navigation,
.main-navigation ul li a {
  font-family: 'Urbanist', sans-serif;
}
