/* FONTS */

p, a, button {

}

h1, h2, h3, h4, h5, h6 {
}

/* HEADINGS */

.globalHeading {
    
}

/* COLORS */

.firstColor {
}

.secondColor {
}

.thirdColor {
}

.firstColorBg {
    /* background-color: # */
}

.secondColorBg {
}

.thirdColorBg {
    /* background-color: # */
}

/* BACKGROUNDS */

.firstBackground {

}

.secondBackground {

}

/* LINKS */

.headerLink {

}

.headerLink:hover {

}

.footerLink {

}

.footerLink:hover {
    
}

/* BUTTONS */

.firstButton {
    /* color:
    background-color:
    border-radius:
    border-width:
    border-color:
    transition:
    cursor: pointer
    */
}

.firstButton:hover {

}

.secondButton {
    /* color:
    background-color:
    border-radius:
    border-width:
    border-color:
    transition: 
    cursor: pointer
    */
}

.firstButton:hover {

}


