/*
 Theme Name:   Divi Child Theme
 Theme URI:    
 Description:  Divi Child Theme
 Author:       Spiderbite Advertising
 Author URI:   
 Template:     Divi
*/

/*Custom Font*/
@font-face {
  font-family: 'TheanoDidot';
  src:
    url('https://www.altenkopf.at/altenkopf.at/wp-content/uploads/fonts/TheanoDidot-Regular.woff2') format('woff2');
    
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.artist-headline {
  font-family: 'TheanoDidot', Didot, 'Bodoni MT', Georgia, serif;
  font-weight: 400;
  letter-spacing: 1px;
}

@font-face {
  font-family: 'Lora';
  src: 
	url('https://www.altenkopf.at/altenkopf.at/wp-content/uploads/fonts/Lora-Regular.woff2') format('woff2');
	
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.subtext {
  font-family: 'Lora', Georgia, serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
}