/* Fondamento Italic font */
@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@1&display=swap');
/* Faculty Glyphic font */
@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');
/* Texturina font */
@import url('https://fonts.googleapis.com/css2?family=Texturina:ital,opsz,wght@0,12..72,100..900;1,12..72,100..900&display=swap');

p {
    font-family: 'Texturina';
    src: url(https://fonts.gstatic.com/s/texturina/v32/c4mk1nxpEtL3pXiAulR5mJd13KeHWA.woff2) format('woff2');
    unicode-range: U +0102 -0103, U +0110 -0111, U +0128 -0129, U +0168 -0169, U +01A0 -01A1, U +01AF -01B0, U +0300 -0301, U +0303 -0304, U +0308 -0309, U +0323, U +0329, U +1EA0 -1EF9, U +20AB;
}

div {
    font-family: "Texturina";
}

blockquote {
    font-family: "Texturina";
}

ul {
    font-family: "Texturina";
}

a {
    font-family: "Faculty Glyphic";
    font-weight: bold;
    color: #176e17;
}

li {
    font-family: 'Texturina';
    color: #507750;
}

h1 {
    font-family: "Faculty Glyphic";
    color: #176e17;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 1px;  
}

h2 {
    font-family: "Fondamento", cursive;
    font-weight: 400;
    font-style: italic;
    color: darkseagreen;
    text-align: left;
    margin-left: 5%;
    margin-top: 1px;
}

h3 {
    font-family: "Texturina";
    font-weight: bold;
    color: #7c4040;
    font-size: 18px
}

h4 {
    font-size: 25px;
    font-family: "Faculty Glyphic";
    color:cadetblue;
}

h5 {
    font-size: 20px;
    font-family: "Faculty Glyphic";
    color:cadetblue;
}

h6{
    font-size: 15px;
    font-family: "Faculty Glyphic";
    color:cadetblue;
}