@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.typography-color-black, .typography-color-hover-black:hover, .typography-color-active-black:active {
    color: #000000;
}

.typography-color-white, .typography-color-hover-white:hover, .typography-color-active-white:active {
    color: #ffffff;
}

.typography-shadow{
    -webkit-text-shadow: var(--text-shadow-elevation-2);
    -moz-text-shadow: var(--text-shadow-elevation-2);
    text-shadow: var(--text-shadow-elevation-2);
}