/*
Theme Name: Kunco
Theme URI: http://gaviasthemes.com/kunco/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.4.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: kunco

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
}
.gallery-caption{
   font-weight: 600;
}
.bypostauthor{
   text-align: left;
}

body * {
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* ===== FIX FONT AWESOME ICONS ===== */

i.fa, i.fas, i.fa-solid, i.far, i.fab {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Ensure icons render correctly */
.fa-solid::before,
.fas::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}