/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 3.0.0
*/

@font-face {
    font-family: 'Google Sans';
    src: url('/wp-content/themes/flatsome-child/fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/fonts/GoogleSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('/wp-content/themes/flatsome-child/fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/fonts/GoogleSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Google Sans', sans-serif;
	letter-spacing: -0.125px;
}
