/*
Theme Name: ColorMag Child
Theme URI: https://wp-themes.com/colormag
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress ColorMag child theme.
Template: colormag
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: colormag-child
*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/colormag-child/fonts/open-sans-v23-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

h4 {
    font-size: 20px;
}