

/*thanks for helping out danny <3*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&display=swap');

:root {
    --red:#f7462f;
    --orange:#ff9a33;
    --yellow:#f7cd4d;
    --green:#83eb2f;
    --blue:#74d1e8;
    --bluer:#5863c7;
    --violet:#8249b8;
    --pink:#ff73a9;
    --grey:#4d4c4a;
    --lightgrey:#a6a6a4;
    --white:#fcfaf5;
    --black:#26211f;
    --brown:#6e412e;
}


/*strips every major element down to its most basic form*/ body, p, ul, li, h1,h2,h3,h4,h5,h6  {
  margin:0;
  padding:0
}
hr {
    border:none;
    border-top:1px solid black;
}
h1,h2,h3 {
    font-weight:900;
}
h4,h5,h6 {
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6 {
    font-family:'Lato', Arial, Sans-Serif;
}
html {
    font-family:'Lexend Deca', Arial, Sans-Serif;
    font-weight: 322;
    color: var(--black);
}
body {
    background-color: var(--white);
}
a {
    color:inherit;
    text-decoration: none;
}
p {
    text-indent: 20px;
}