/**
Theme Name: Astra Child
Author: atec21
Author URI: http://wpastra.com/about/
Description: -
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Global */
@font-face {
  font-family: "Volume TC Rustic";
  src:
    local("Volume TC Rustic"),
    url("Volume_TC_Rustic.otf") format("opentype");
}

@font-face {
    font-family: "Feeling Passionate";
    src:
        url("Feeling_Passionate.woff") format("woff");
}

@font-face {
    font-family: "Venturi Rough";
    src:
        url("Venturi-Rough.otf") format("opentype");
}

h1, .entry-content :where(h1) {
    font-family: 'Feeling Passionate';
    color: #2C3643;
}

h2, .entry-content :where(h2) {
    font-family: 'Volume TC Rustic';
    color: #2C3643;
}

h3, h4, h5, h6, .entry-content :where(h3,h4,h5,h6) {
    font-family: 'Venturi Rough';
    color: #714c0e;
}

.justify  {
    text-align: justify;
}

/* Front Page */

.titleimg img {
    border-left: 8px ridge #cccccc42;
    border-right: 8px groove #cccccc42;
    box-sizing: content-box;
    transition: all 389ms;
}

.titleimg img:hover {
    border-left-width: 13px;
    border-right-width: 13px;
    transition: all 389ms;
}

.pic1 {
    background-image: url('https://annafuhrmann.de/wp-content/uploads/2026/01/IMG_3004-03_400x600f.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}