/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --brown-900: #503523;
    --brown-800: #5f3f2b;
    --brown-700: #745138;
    --brown-600: #876146;
    --tan-300: #d3a27c;
    --tan-200: #efb78b;
    --cream-100: #fed5a7;
    --paper: #f5f0e5;
    --paper-soft: #eeeae1;
    --white: #ffffff;
    --ink: #211710;
    --shadow: 0 18px 48px rgba(80, 53, 35, 0.22);
    --fs-xs: 0.75rem;
    --fs-sm: 0.875rem;
    --fs-base: 1rem;
    --fs-md: 1.125rem;
    --fs-lg: 1.25rem;
    --fs-xl: 1.5rem;
    --fs-2xl: 2rem;
    --fs-3xl: 2.5rem;
    --fs-4xl: 3.5rem;
    --fs-5xl: 5rem;
    --fs-caption: var(--fs-xs);
    --fs-small: var(--fs-sm);
    --fs-body: var(--fs-base);
    --fs-lead: var(--fs-md);
    --fs-h6: var(--fs-md);
    --fs-h5: var(--fs-lg);
    --fs-h4: var(--fs-xl);
    --fs-h3: var(--fs-2xl);
    --fs-h2: var(--fs-3xl);
    --fs-h1: var(--fs-4xl);
    --fs-hero: clamp(2rem, 6.5vw, 4.5rem);
    --fs-stat: clamp(2.4rem, 5vw, 3.5rem);
    --lh-tight: 1.15;
    --lh-snug: 1.3;
    --lh-normal: 1.5;
    --lh-relaxed: 1.7;
}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Xlight.otf")format("opentype");font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Xlight Italic.otf")format("opentype");font-weight:200;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Thin.otf")format("opentype");font-weight:100;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Thin Italic.otf")format("opentype");font-weight:100;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Light.otf")format("opentype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Light Italic.otf")format("opentype");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Regular.otf")format("opentype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Italic.otf")format("opentype");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Medium.otf")format("opentype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Medium Italic.otf")format("opentype");font-weight:500;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy SemiBold.otf")format("opentype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy SemiBold Italic.otf")format("opentype");font-weight:600;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Bold.otf")format("opentype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Bold Italic.otf")format("opentype");font-weight:700;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy XBold.otf")format("opentype");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy XBold Italic.otf")format("opentype");font-weight:800;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Heavy.otf")format("opentype");font-weight:900;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Heavy Italic.otf")format("opentype");font-weight:900;font-style:italic;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Black.otf")format("opentype");font-weight:950;font-style:normal;font-display:swap}
@font-face{font-family:SVN-Gilroy;src:url("fonts/SVN-Gilroy Black Italic.otf")format("opentype");font-weight:950;font-style:italic;font-display:swap}
html{scroll-behavior:smooth;background-color:#503523}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}