
@import url("https://use.typekit.net/dsg6vtf.css");
:root {
    --pale: #fdf1d4;
}

body {
    margin: 0;
    padding: 0;
    border: solid #fff 6px;
    background: #fc6500;
    background: linear-gradient(180deg, rgba(252, 101, 0, 1) 0%, rgba(245, 10, 10, 1) 100%);
    font-family: "itc-american-typewriter", serif;
}
.container {
    padding: 1rem;
    margin: 0 auto;

    @media (min-width: 768px) {
        width: 1000px;
    }
}
.bloc-flex {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.logo-open-kitchen {
    width: 80%;


    @media (min-width: 768px) {
            width: 50%;
    max-width: 600px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "articulat-heavy-cf", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.home__infos {
    text-align: center;
}
h1.home__titre {
    color: var(--pale);
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.2;

    @media (min-width: 768px) {
        font-size: 2rem;
    }
}
p {
    font-size: 1rem;
    color:var(--pale);

    @media (min-width: 768px) {
        font-size: 1.4rem;
    }
}

