/*
 Theme Name: Lawyer Zone Child
 Theme URI: https://wernerlaw.com
 Description: Child theme for Lawyer Zone with Elementor full override support.
 Author: Michael Werner
 Template: lawyer-zone
 Version: 1.0.1
 Text Domain: lawyer-zone-child
*/

/* All styling handled by Elementor */

/* 
 * Force font-display: swap for Elementor's Font Awesome to fix PageSpeed warnings.
 * Note: Paths are relative to the active theme CSS file reaching into Elementor's plugin directory.
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot");
  src: url("../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
       url("../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff") format("woff"),
       url("../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"),
       url("../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
