/*
Theme Name: maevaandco
Theme URI: 
Author: Lucas
Author URI: 
Description: 
Version: 1.4.0
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 7.4
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: maevaandco
Tags: full-site-editing, one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

*, p {
    font-family: "Sora";
    font-weight: normal;
}

a, button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5, b, strong {
    font-family: "Sora Bold";
    font-weight: normal;
}

i,
em {
    font-family: "Bodoni";
    font-weight: normal;
}

.header-main {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    width: 100%;
    margin-inline: auto;
    padding-block: 24px;
    font-size: 16px;
}


.wp-site-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-main ul {
    list-style: none;
}

.cta-reserver {
    border: none;
}

button#reserver {
    border: none;
  border-radius: 8px;
  padding: 12px 18px;
  background-color: var(--wp--preset--color--rose);
  color: #250211;
  font-size: 16px;
}

ul.header-langue {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 4px;
        font-size: 14px;
}

.remonter {
    margin-top: -24px;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

:where(.is-layout-flow) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

@font-face {
    font-family: "Sora";
    src:
        url("assets/Sora-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Sora Bold";
    src:
        url("assets/Sora-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Bodoni";
    src:
        url("assets/BodoniModa18pt-Italic.woff2") format("woff2");
}