:root {
    --font-family: FC Sans, sans-serif;
}

@font-face {
    font-family: "FC Sans";
    src: url('../fonts/FCBayernSans-Light/FCBayernSans-Light.woff2') format('woff2'),
    url('../fonts/FCBayernSans-Light/FCBayernSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FC Sans";
    src: url('../fonts/FCBayernSans-Regular/FCBayernSans-Regular.woff2') format('woff2'),
    url('../fonts/FCBayernSans-Regular/FCBayernSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FC Sans";
    src: url('../fonts/FCBayernSans-SemiBold/FCBayernSans-SemiBold.woff2') format('woff2'),
    url('../fonts/FCBayernSans-SemiBold/FCBayernSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "FC Sans";
    src: url('../fonts/FCBayernSans-Bold/FCBayernSans-Bold.woff2') format('woff2'),
    url('../fonts/FCBayernSans-Bold/FCBayernSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
