/*
Theme Name: LovelyBeauty
Theme URI: https://www.lovelybeauty.net
Description: Beauty & Wellness Salon Theme - Modernes Design für Wimpernverlängerung. Child Theme of Sauriatheme.
Author: LovelyBeauty
Author URI: https://www.lovelybeauty.net
Template: sauriatheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lovelybeauty
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ==========================================================================
   LovelyBeauty Theme - Base Styles
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ci-text);
    background: var(--ci-bg);
    font-family: var(--ci-body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Selection */
::selection {
    background: var(--ci-accent);
    color: #fff;
}

/* Smooth image rendering */
img {
    max-width: 100%;
    height: auto;
}
