/*
Theme Name: Googlemeta
Theme URI: https://googlemeta.com/
Description: This is a theme of Googlemeta.com
Author: Googlemeta
Author URI: https://googlemeta.com/
Template: flatsome
Version: 3.4.3
*/

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

@font-face {
    font-family: 'Quicksand';
    src: url('fonts-cus/Quicksand-SemiBold.woff2') format('woff2'),
        url('fonts-cus/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Quicksand';
    src: url('fonts-cus/Quicksand-Medium.woff2') format('woff2'),
        url('fonts-cus/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts-cus/Quicksand-Light.woff2') format('woff2'),
        url('fonts-cus/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Quicksand", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif;
	font-weight: bold;
}