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

@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;
}

@media (min-width: 768px) {
	.row {
		max-width: 720px !important;
	}
}

@media (min-width: 992px) {
	.row {
		max-width: 960px !important;
	}
}
@media (min-width: 1200px) {
	.row {
		max-width: 1170px !important;
	}
}
@media (min-width: 1400px) {
	.row {
		max-width: 1320px !important;
	}
}
@media (min-width: 1600px) {
	.row {
		max-width: 1440px !important;
	}
}
@media (min-width: 1800px) {
	.row {
		max-width: 1560px !important;
	}
}
@media (min-width: 2000px) {
	.row {
		max-width: 1680px !important;
	}
}

@media (min-width: 2200px) {
	.row {
		max-width: 1800px !important;
	}
}

@media (min-width: 2400px) {
	.row {
		max-width: 1920px !important;
	}
}

@media (min-width: 2600px) {
	.row {
		max-width: 2040px !important;
	}
}
@media (max-width: 767px) {
	.row-full-width {
		max-width: 767px !important;
	}
}

