/* Fonts listed below were obtained from https://fonts.google.com/ */
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Courgette|Dancing+Script|Great+Vibes|Indie+Flower|Lobster|Satisfy|Tangerine');

.wcp {
    font-family: 'CaviarDreams', sans-serif;
 }


.wcp-indie-flower {
    font-family: 'Indie Flower', cursive;
}

.wcp-caveat-brush {
    font-family: 'Caveat Brush', cursive;
}

.wcp-lobster {
    font-family: 'Lobster', cursive;
}

.wcp-dancing-script {
    font-family: 'Dancing Script', cursive;
}

.wcp-caviar-dreams {
    font-family: 'CaviarDreams', sans-serif;
}

.wcp-font-2 {
    font-family: 'Courgette', cursive;
}

.wcp-font-3 {
    font-family: 'Great Vibes', cursive;
}

.wcp-tangerine {
    font-family: 'Tangerine', cursive;
}

.wcp-red {
    fill: #ff162a;
}

.wcp-blue {
    fill: #2a23ff;
}

.wcp-black {
    fill: #000000;
}

.wcp-green {
    fill: #2eed13;
}

.wcp-purple {
    fill: purple;
}

.wcp-aqua {
    fill: aqua;
}

.wcp-white {
    fill: white;
}


