/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 4.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@import url('https://fonts.googleapis.com/css?family=Barlow');
h1 {
    font-family: 'Barlow', sans-serif !important;
	font-size: 50px !important;
	font-weight: bold !important;	
}
h2 {
    font-family: 'Barlow', sans-serif !important;
	font-size: 35px !important;
	font-weight: bold !important;	
}
h3 {
    font-family: 'Barlow', sans-serif !important;
	font-size: 20px !important;
}
h4 {
    font-family: 'Barlow', sans-serif !important;
	font-size: 16px !important;
}
.with_quote_icon {
	font-family: 'Barlow', sans-serif !important;
	font-size: 16px !important;
	margin: auto;
    width: 50%;
    padding: 10px;
}