@charset "UTF-8";

/* redefine colors to be in goethe cooporate design */
:root {
    --primaryColor: #00618F; /* Goethe-Blau as hex */
    --primaryLightColor: #e0e8de; /* Goethe-Sandgrau as hex */
    --primaryDarkColor: #30302d; /* Goethe-Dunkelgrau as hex */
}


/* define a bluesky social icon/class */
.social .bluesky:after {
	    content: "\f7f9" !important;
}

