.brand {
    font-size: 24px;
    font-family: 'Bruno Ace';
    background: transparent;
}

.heading1 {
    font-size: 32px;
    background-color: transparent;
    background: transparent;
}

.heading2 {
    font-size: 24px;
    background-color: transparent;
    background: transparent;
}

.body1 {
    font-size: 16px;
    background-color: transparent;
    background: transparent;
}

.body2 {
    font-size: 14px;
    background-color: transparent;
    background: transparent;
}

.label {
    font-size: 12px;
    background-color: transparent;
    background: transparent;
}

/* FONTS */
.bruno-ace-regular {
    font-family: "Bruno Ace", serif;
    font-weight: 400;
    font-style: normal;
}

.lato-thin {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
}