/*!
Theme Name: Schilling
Theme URI: https://www.sarahherbst-webdesign.de/
Author: Sarah Herbst
Author URI: https://www.sarahherbst-webdesign.de/
Description: This is a custom theme for the Rosa Schilling website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schilling
Tags: flexible content, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.

Schilling is a custom theme.

You will find the real stylesheet in css/main.min.css.

*/


/*FONTS */

/* Animosa light - latin */
@font-face {
	font-family: "Animosa";
	src: url("fonts/animosa/animosa-light.eot?") format("eot"),
		url("fonts/animosa/animosa-light.woff2") format("woff2"),
		url("fonts/animosa/animosa-light.woff") format("woff"),
		url("fonts/animosa/animosa-light.ttf") format("truetype"),
		url("fonts/animosa/animosa-light.svg#Animosa") format("svg");
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts//montserrat/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts//montserrat/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts//montserrat/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	line-height: 1.457 !important;
	font-size: 1.15rem;
}

.site-content .row > * {
  padding-right: 1.35rem;
  padding-left: 1.35rem;
}

.container .text-lg {
  font-size: 1.15rem;
}