/**
 * Theme Name:  Tobis Palmenlädle
 * Template:    storefront
 * Description: Child-Theme from Storefront for Tobi
 * Version:     1.0.0
 * Author:      Roman Bleck
 * Author URI:  https://romanbleck.de
 * Tags:        block-patterns, full-site-editing
 * Text Domain: generatepress-child
 */

/* Architects Daughter Font */
@font-face {
    font-family: 'Architects Daughter';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  }

/* */
@font-face {
    font-family: 'Vapour';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./fonts/vapour/vapour.ttf') format('truetype'), /* Safari, Android, iOS */
  }

.architects-daughter-regular {
    font-family: "Architects Daughter", cursive;
    font-weight: 400;
    font-style: normal;
  }

.vapour {
    font-family: "vapour";
    font-weight: 800;
    font-style: normal;
}
  

.site-branding .site-title a {
    font-family: 'Architects Daughter';
    font-weight: 400;
    font-style: normal;
}

.entry-header {
    margin-top: 4em;
}

@media (min-width: 768px) {
    .woocommerce-products-header {
        margin-top: 4em;
        text-align: left !important;
    }

    .site-branding .site-title a {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
    }
}

.site-info {
    display: none;
}

.single-product div.product .images,.single-product div.product .summary,.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.617924em;
    margin-top: 50px;
}

.product_meta {
    display: none;
}

.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 0px;
}

.entry-header {
    margin-top: 0px;
}

.woocommerce-products-header {
    margin-top: 0px;
}

.storefront-full-width-content .woocommerce-products-header {
    padding-bottom: 0px;
}
