/*
===================================
>>>>>>>>>>>TYPOGRAPHIE<<<<<<<<<<<<
===================================
*/

h1 {
    text-align: center;
    letter-spacing: 0.075em;
    color: rgba(4, 151, 4, 0.9);
    line-height: 150%;
    text-shadow: 2px 2px 2px rgba(253, 209, 96, 1), -2px -2px 2px rgba(253, 209, 96, 1), 2px -2px 2px rgba(253, 209, 96, 1), -2px 2px 2px rgba(253, 209, 96, 1);
}

h2 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    text-align: center;
    letter-spacing: 0.075em;
    color: rgba(253, 209, 96, 0.75);
    line-height: 130%;
}

h3 {
    text-align: center;
    letter-spacing: 0.075em;
    color: rgba(43, 106, 17, 1);
    line-height: 130%;
}

h4 {
    letter-spacing: 0.075em;
    color: rgba(43, 106, 17, 0.90);
    line-height: 130%;
}

h5 {
    text-align: center;
    letter-spacing: 0.075em;
    color: rgba(153, 199, 98, 0.75);
    line-height: 110%;
}

h6 {
    letter-spacing: 0.075em;
    line-height: 100%;
}

p {
    font-size: 1.15em;
    letter-spacing: 0.1em;
    color: rgba(153, 199, 98, 0.75);
    line-height: 110%;
}

header>p {
    line-height: 120%;
}

li {
    font-size: 1.2em;
    letter-spacing: 0.075em;
    color: rgba(153, 199, 98, 0.75);
}

a {
    color: rgba(244, 244, 139, 0.85);
    text-decoration: none;
}

a:hover {
    color: rgba(253, 209, 96, 0.75);
    text-decoration: underline;
    cursor: pointer;
}

button {
    margin: 10px 0;
    padding: 0.3em 0.5em;
    background-color: rgba(170, 255, 128, 0.75);
    border: 2px solid rgba(253, 209, 96, 1);
    border-radius: 5px;
    font-family: 'discordtitle', 'Arial', 'Helvetica', 'sans-serif';
    font-size: 0.95em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.075em;
    color: rgba(43, 106, 17, 1);
    transition: 0.75s;
}

button:hover {
    cursor: pointer;
    background-color: rgba(253, 209, 96, 1);
    border: 2px solid rgba(170, 255, 128, 0.75);
    color: rgba(43, 106, 17, 1);
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

code {
    font-size: 1em;
    color: rgba(253, 209, 96, 1);
    font-family: monospace;
    background-color: rgba(153, 199, 98, 0.25);
    padding: 0em 0.25em;
    border-radius: 3px;
}

.center {
    text-align: center;
    text-indent: 0em;
}

h4.loadingScreen {
    font-family: 'discordtitle', 'Arial', 'Helvetica', 'sans-serif';
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.05em;
}

p.loadingScreen {
    font-family: 'discordtext', 'sans-serif';
}
