/*
Theme Name: Gite Pauverdière
Theme URI: 
Author: Léo Laville
Author URI: 
Description: Thème pour le site du gîte La Pauverdière des Vignes
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: lpdv
*/

@font-face {
    font-family: 'Ogg';
    src: url('fonts/ogg-medium.ttf') format('truetype');
    font-style: normal;
}

:root {
    --font-p: "Jost", sans-serif;
    --font-title: "Ogg", sans-serif;
    --primary-color: #006400;
    --black-color: #111111;
    --background: #f7f7ea;
    --border-discreet: 1px solid #f3f3f3;
}

.classic-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 500;
}

h1, h2, h3{
    font-family: var(--font-title);
    font-weight: 400;
    letter-spacing: 1px;
}

h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

body {
    font-family: var(--font-p);
    font-weight: 300;
    margin: 0;
}
