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

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

html {
    -webkit-text-size-adjust: 100%;
    font-family: 'Aileron', sans-serif;
}