@font-face {
    font-family: 'Play';
    src: url('https://www.demon-athletics.de/font/Play-Bold.woff2') format('woff2'),
         url('https://www.demon-athletics.de/font/Play-Bold.woff') format('woff'),
         url('https://www.demon-athletics.de/font/Play-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Play';
    src: url('https://www.demon-athletics.de/font/Play-Regular.woff2') format('woff2'),
         url('https://www.demon-athletics.de/font/Play-Regular.woff') format('woff'),
         url('https://www.demon-athletics.de/font/Play-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: bold;
}

body {font-family: 'Play','Open Sans', sans-serif;} 