/*
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.   ***************/

/* Google Fonts importieren */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=DM+Sans:wght@300;400;500&display=swap');

/* Überschriften */
h1 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }
h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; }

/* Body & Buttons */
body, p { font-family: 'DM Sans', sans-serif; font-weight: 300; }
button, label { font-weight: 500; }

/* Divider */
.divider, hr { border-color: #6A1B35 !important; }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
