/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*Para rendimiento*/

@font-face {
  font-family: "Ionicons";
  font-display: swap;
}

@font-face {
  font-family: "themify";
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/bricks/assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"),
       url("/wp-content/themes/bricks/assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
       url("/wp-content/themes/bricks/assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"),
       url("/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype");
  font-display: swap;
}
