
  @import url("https://use.typekit.net/sqy2ugy.css");
body{
font-family: "manofa", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.5px;
font-size: 20px;
/* display: flex;
justify-content: center; */
}


blockquote {
    margin: 0;
    padding: 5em;
    max-width: 56em;
    line-height: 1.5;
    color: brown;
}

.gras
{
font-family: "manofa-condensed", sans-serif;
font-weight: 700;
font-style: normal;
}

.intro
{
display: flex;
justify-content: left;
font-size: 14px;
font-weight: 100;
}

.fin
{
display: flex;
justify-content: right;
font-size: 14px;
font-family: "manofa-condensed", sans-serif;
font-weight: 400;
font-style: italic;
margin: 1.5em;
}

.encouleur {
    color: rgb(0, 187, 255)
}

button{
    font-family: "manofa-condensed", sans-serif;
    background: white;
    border: 3.5px solid brown;
    font-size: 18px;
    color: brown;
    text-transform: uppercase;
    padding: .25em .75em .3em;
    border-radius: .35em;
    margin-bottom: .3em;
    letter-spacing: 1.5px;
    /* display: flex;
    text-align: center;
    justify-content: center; */

}

@media (max-width:500px){
    body{ margin: 2em;}
}

@media (max-width:320px){
    body{ 
        margin: 1em;
        font-size: .9em;
    }
}
