/*
Theme Name: Maison Tamara
Theme URI: https://maisontamara.com/
Template: storefront
Author: Maison Tamara
Author URI: https://maisontamara.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 0.3.1762594725
Updated: 2025-11-08 10:38:45

*/

/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/maisontamara/assets/fonts/Roboto-Regular.woff2') format('woff2'),
       url('/wp-content/themes/maisontamara/assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/maisontamara/assets/fonts/Roboto-Bold.woff2') format('woff2'),
       url('/wp-content/themes/maisontamara/assets/fonts/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/maisontamara/assets/fonts/Roboto-Italic.woff2') format('woff2'),
       url('/wp-content/themes/maisontamara/assets/fonts/Roboto-Italic.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

/* Inter Regular */
@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/maisontamara/assets/fonts/Inter-Regular.woff2') format('woff2'),
       url('/wp-content/themes/maisontamara/assets/fonts/Inter-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}


/* Font Emoji ? */
@font-face {
  font-family: 'Font Awesome 5 Free'; /* ou le nom exact utilisé par ton thème */
  src: url('/wp-content/themes/storefront/assets/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Css image header  boutton sur l'image*/
	.hero-section {
	  text-align: center;
	}

	.hero-image-wrapper {
	  position: relative;
	  display: inline-block;
	  width: 100%;
	}

	.hero-image-wrapper img {
	  display: block;
	  width: 100%;
	  height: auto;
	}

	.hero-button {
	  position: absolute;
	  bottom: 30px; /* ↑ augmente l’espace entre le bas de l’image et le bouton */
	  right: 20px;
	}

	.hero-button a {
	  background-color: #1a1a1a;
	  color: #f5f5f5;
	  padding: 6px 14px;
	  font-size: 13px;
	  font-family: 'Playfair Display', serif;
	  border-radius: 3px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	  transition: background-color 0.3s ease;
	  display: inline-block;
	  max-width: fit-content;
	}

	.hero-button a:hover {
	  background-color: #333;
	}


	.hero-text {
	  margin-top: 30px;
	}



/* Body */
body {
  font-family: 'Roboto', sans-serif;
}
