/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 2.0
*/

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

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

body {
	font-family: 'Inter', sans-serif;
}
