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

@font-face {
	font-family: "Gilroy";
	src: url("fonts/GilroySemiBold.woff2") format("woff2"),
		url("fonts/GilroySemiBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("fonts/GilroyMedium.woff2") format("woff2"),
		url("fonts/GilroyMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: "Agency";
	src: url("fonts/SVN-Agency-FB.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: "Gilroy", system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
		"Helvetica Neue", sans-serif;
		overflow-x: hidden;
		width: 100%;
}