/* FONT SETUP */

body, h1, h2, h3, h5, h6, p, a {
    font-family: "Georgia", "Georgia";
    /* font-family: "Century Gothic", "Helvetica"; */
}

body {
    /* font-family: "Century Gothic", "Helvetica"; */
    /* Default font family */
    font-size: 16px;
    /* Default font size */
}

h1 {
    /* font-family: "Poppins", serif; */
    /* font-family: "Times New Roman", serif; */
    /* font-family: "Century Gothic", "Helvetica"; */
    /* Heading font family */
    font-size: 24px;
    /* Heading font size */
}

h2 {
    /* font-family: "Poppins", serif; */
    /* font-family: "Times New Roman", serif; */
    /* font-family: "Century Gothic", "Helvetica"; */
    /* Heading font family */
    font-size: 24px;
    /* Heading font size */
}

h3 {
    /* font-family: "Poppins", serif; */
    /* font-family: "Century Gothic", "Helvetica"; */
    font-weight: 500;
}

h5 {
    /* font-family: "Poppins", serif; */
    /* font-family: "Century Gothic", "Helvetica"; */
    font-weight: 500;
}

h6 {
    /* font-family: "Poppins", serif; */
    /* font-family: "Century Gothic", "Helvetica"; */
    font-weight: 500;
}

.quote {
    font-family: Georgia, serif;
    /* Quote font family */
    font-size: 25px;
    /* Quote font size */
    font-style: italic;
    /* Italics for quote */
    color: var(--white);
    font-weight: 400;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); */
}

p {
    /* font-family: Verdana, sans-serif; */
    /* font-family: "Century Gothic", "Helvetica"; */
    /* Paragraph font family */
    font-size: 14px;
    /* Paragraph font size */
}

a {
    /* font-family: "Century Gothic", "Helvetica"; */
}