/* @font-face {
    font-family: 'Brandon Med';
    src: url('https://media.neo.bet/fonts/Brandon-Grotesque-Web-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Brandon Bld';
    src: url('https://media.neo.bet/fonts/Brandon-Grotesque-Web-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Brandon Reg';
    src: url('https://media.neo.bet/fonts/Brandon-Grotesque-Web-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
} */

@font-face {
    font-family: 'Brandon Med';
    src: url('../assets/fonts/Brandon-Grotesque-Web-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Brandon Bld';
    src: url('../assets/fonts/Brandon-Grotesque-Web-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Brandon Reg';
    src: url('../assets/fonts/Brandon-Grotesque-Web-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

/* Normalisierendes CSS */

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    overflow: hidden;
}
html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Brandon Med', 'Helvetica Neue', sans-serif;
    color: white;
    line-height: 1.2;
    background: #212121;
    background: linear-gradient(to bottom, #212121, #121212);
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: white;
    text-decoration: none;
}
