/*
 Theme Name:    WEBASMEDIA Child-Theme
 Theme URI:     
 Description:   PHP-Framework mit Funktionen von WEBASMEDIA zur Verfuegung gestellt. 
 Author:        WEBASMEDIA
 Author URI:    https://webasmedia.de
 Template:      astra
 Version:       13.0.0
 Text Domain:   webasmedia-child
*/

/***********************************************************************
 ***                     Schriftarten festlegen                      ***
 ***********************************************************************/

/* Titel Fonts*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    /*font-size: 2em;*/
    /*font-weight: 700;*/
}

/*Text Fonts*/
html, body, div, applet, object, iframe, 
p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var,
b, u, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Lato', sans-serif;
}

/*.fa {
    font-family: FontAwesome !important;
}*/

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-weight: var(--fa-style, 900);
}

/***********************************************************************
 ***                  Benutzerdefinierte Aenderungen                 ***
 ***********************************************************************/
 
