

/*
------------------------------------------------------------------------------------------------------------------------
PALETTE DE COULEURS & POLICES
------------------------------------------------------------------------------------------------------------------------
 */


/* Couleurs */
:root {
    --rose-pale: #BA91C5;
    --rose: #E177B2;
    --rose-vif: #F626C8;
    --gris-fonce: #171717;
    --gris-fonce-textes: #1E1E1E;
}


/* Polices */
@font-face {
    font-family: "HorstCapitals";
    src: url("../fonts/horstcap.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Onciale PhF";
    src: url("https://db.onlinewebfonts.com/t/3bb770c62052335c46f0c6c379b9ae9c.eot");
    src: url("https://db.onlinewebfonts.com/t/3bb770c62052335c46f0c6c379b9ae9c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3bb770c62052335c46f0c6c379b9ae9c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3bb770c62052335c46f0c6c379b9ae9c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3bb770c62052335c46f0c6c379b9ae9c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3bb770c62052335c46f0c6c379b9ae9c.svg#Onciale PhF")format("svg")
}



.three-sixty-condensed {
    font-family: "Grenze", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
}


.uppercase {
    font-family: "HorstCapitals", sans-serif;
}

.aniron {
    font-family: 'Aniron', sans-serif;
}

.onciale {
    font-family: "Onciale PhF", serif;
}


/*
------------------------------------------------------------------------------------------------------------------------
STYLES GÉNÉRAUX
------------------------------------------------------------------------------------------------------------------------
 */


body {
    font-family: "Libre Franklin", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
}

i {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    vertical-align: center;
}