/* 
 Theme Name:	Lissabon & Meer
 Theme URI:		https://www.lissabonundmeer.de
 Description:	Designed for Lissabon & Meer
 Author:		Sven Rochel
 Author URI:	https://www.lissabonundmeer.de/
 Template:		generatepress
 Version:		1.0.0
*/
@font-face {
    font-family: 'Portuguesa-Script';
    src: url('/wp-content/assets/fonts/Portuguesa-Script.otf') format('opentype');
  font-weight: normal;
}

@font-face {
    font-family: 'Portuguesa-Caps';
    src: url('/wp-content/assets/fonts/Portuguesa-Caps.otf') format('opentype');
  font-weight: normal;
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/assets/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/assets/fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/assets/fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

.entry-content img,
.comment-content img,
.widget img {
    width: 100%;
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
}
img.size-full {
    width: 100%;
    width: auto;
}