@font-face {
	font-family: Museo;
	src: url(/assets/config/fonts/museo_0_1.otf);
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: Museo;
	src: url(/assets/config/fonts/museo_0_0.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

* {
	font-family: Museo, sans-serif;
	text-align: left
}

:root {
    /* Custom colors */
    --color-gray-00: #ffffff;
    --color-gray-01: #f9fafa;
    --color-gray-02: #eff0f1;
    --color-gray-03: #e2e3e4;
    --color-gray-04: #91959c;
    --color-gray-05: #4f5259;
    --color-main: #e10000;
    --color-text-hover: #910000;

    --font-family-main: Museo,apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    --font-family-headings: Museo,apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.aw-home__top-hero .n7-hero__title {
    font-size: 32px;
    text-shadow: 0 1px 10px rgb(0 0 0 / 20%), 0 1px 30px rgb(0 0 0 / 20%);
}

.aw-home__top-hero .n7-hero__text {
    text-shadow: 0 1px 10px rgb(0 0 0 / 20%), 0 1px 30px rgb(0 0 0 / 20%);
}
