/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit/
Author: Ahtisham Dev
Author URI: https://yourwebsite.com/
Description: Child theme for Royal Elementor Kit. Adds LCP image optimization, font-display swap, and other performance tweaks.
Template: royal-elementor-kit
Version: 1.0.0
Text Domain: royal-elementor-kit-child
*/

/* Import parent theme styles */
@import url("../royal-elementor-kit/style.css");

/* Font Awesome optimization */
/* Font Awesome 5 Free - Swap for faster FCP */
/* Font Awesome 5 Free - Force font-display swap for faster FCP */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('https://dwsolutionline.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('https://dwsolutionline.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}
