/*
Theme Name: FacenobFly
Theme URI: https://www.facenobmedia.com
Author: Team Facenob Media
Author URI: https://www.facenobmedia.com
Description: Ultra lightweight Kadence child theme optimized for SEO, Core Web Vitals, Schema, Page Builders, and scalable local SEO websites.
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: facenobfly
Tags: lightweight, seo, schema, kadence, gutenberg, fast, responsive
*/

:root {
    --fnb-radius: 10px;
    --fnb-transition: all .2s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}
