/*
Theme Name:    WEBASMEDIA Child-Theme
Theme URI:     
Description:   
Author:        WEBASMEDIA
Author URI:    https://webasmedia.de
Template:      myx
Version:       3.7.7
Text Domain:   webasmedia-child
*/

/***********************************************************************
 ***                     Schriftarten festlegen                      ***
 ***********************************************************************/

/* WAM_HEADINGS_START */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 0 */
    /* font-weight: 0 */
}
/* WAM_HEADINGS_END */

/* WAM_BODY_START */
html,
body {
    font-family: 'Open Sans', sans-serif;
    /* font-size: 0 */
    /* font-weight: 0 */
}

button,
input,
select,
textarea {
    font-family: inherit;
}
/* WAM_BODY_END */

/***********************************************************************
 ***                    FontAwesome Einbindung                       ***
 ***********************************************************************/

/* Standard-FontAwesome Icons (Solid) */
.fa, .fas, .fa-solid {
    font-family: var(--fa-style-family,
      'Font Awesome 8 Free','Font Awesome 7 Free','Font Awesome 6 Free','Font Awesome 5 Free'
    ) !important;
    font-weight: var(--fa-style, 900) !important;
}

/* Regular */
.far, .fa-regular {
    font-family: var(--fa-style-family,
      'Font Awesome 8 Free','Font Awesome 7 Free','Font Awesome 6 Free','Font Awesome 5 Free'
    ) !important;
    font-weight: 400 !important;
}

/* Brands */
.fab, .fa-brands {
    font-family: var(--fa-style-family,
      'Font Awesome 8 Brands','Font Awesome 7 Brands','Font Awesome 6 Brands','Font Awesome 5 Brands','Font Awesome Brands'
    ) !important;
    font-weight: 400 !important;
}

/***********************************************************************
 ***        Font Awesome: Farbvererbung (Icons folgen Container)     ***
 ***********************************************************************/
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands,
svg.svg-inline--fa { color: inherit; }

svg.svg-inline--fa {
  --fa-primary-color: currentColor;
  --fa-secondary-color: currentColor;
}

/***********************************************************************
 ***                  Benutzerdefinierte Aenderungen                 ***
 ***********************************************************************/

/* WAM_CUSTOM_START */
/* Globales Verhalten: Sanftes Scrollen */
html {
  scroll-behavior: smooth;
}
/* WAM_CUSTOM_END */
