/*
	Theme Name:   Aria Child
	Theme URI:    https://www.rashedtalukder.com/
	Description:  Child theme for Aria. Holds performance fixes so the purchased theme stays updatable.
	Author:       Rashed Talukder
	Template:     aria
	Version:      1.0.0
	Requires PHP: 7.2
	Text Domain:  aria-child
	License:      GNU General Public License version 3.0
	License URI:  http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
 * Aria's icon fonts ship without font-display, which blocked first paint for ~3s.
 * Same family + same URLs as the parent, so nothing re-downloads; only the descriptor changes.
 */
@font-face {
	font-family: 'icomoon';
	src: url('../aria/inc/fonts/icomoon/fonts/icomoon.eot');
	src: url('../aria/inc/fonts/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../aria/inc/fonts/icomoon/fonts/icomoon.woff') format('woff'),
		url('../aria/inc/fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
		url('../aria/inc/fonts/icomoon/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'fontello';
	src: url('../aria/inc/fonts/fontello/font/fontello.eot?48924430');
	src: url('../aria/inc/fonts/fontello/font/fontello.eot?48924430#iefix') format('embedded-opentype'),
		url('../aria/inc/fonts/fontello/font/fontello.woff?48924430') format('woff'),
		url('../aria/inc/fonts/fontello/font/fontello.ttf?48924430') format('truetype'),
		url('../aria/inc/fonts/fontello/font/fontello.svg?48924430#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
