@charset "UTF-8";

/*
Theme Name: Palliativmedizin im Marienhospital Stuttgart
Theme URI: n/a
Author: soldan kommunikation
Author URI: n/a
Description: This theme was carefully crafted for Palliativdienst Marienhospital Stuttgart
Requires at least: 6.4.3
Tested up to: 6.4.3
Requires PHP: 7.4
Version: 1.0 (Beta 2)
License: n/a
License URI: n/a
Text Domain: mhspv

WordPress Theme, (C) 2024 Palliativmedizin im Marienhospital
*/

/* source-sans-3-300 - 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: 'Source Sans 3 Light';
    font-style: normal;
    font-weight: 300;
    src: url('assets/webfonts/source-sans-3-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-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: 'Source Sans 3 Regular';
    font-style: normal;
    font-weight: 400;
    src: url('assets/webfonts/source-sans-3-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-italic - 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: 'Source Sans 3 Italic';
    font-style: italic;
    font-weight: 400;
    src: url('assets/webfonts/source-sans-3-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-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: 'Source Sans 3 Semibold';
    font-style: normal;
    font-weight: 600;
    src: url('assets/webfonts/source-sans-3-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700 - 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: 'Source Sans 3 Bold';
    font-style: normal;
    font-weight: 700;
    src: url('assets/webfonts/source-sans-3-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

pre {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    color: white;
    background-color: magenta;
}