/* Teko,sans-serif,500;Inter,sans-serif,300,700*/
                    :root {
                        --paragraph__family:        "Inter", sans-serif;
                        --paragraph__normal:        300;
                        --paragraph__bold:          700;
                        --headline__family:         "Teko", sans-serif;
                        --headline__weight:         500;
                    }
                    @font-face {
                        font-family: 'Teko';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 500;
                        src: url('https://www.clubgeschichte.de/fileadmin/toujou/assets/1/fonts/Teko_500.woff');
                    }
                    @font-face {
                        font-family: 'Inter';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 300;
                        src: url('https://www.clubgeschichte.de/fileadmin/toujou/assets/1/fonts/Inter_300.woff');
                    }
                    @font-face {
                        font-family: 'Inter';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 700;
                        src: url('https://www.clubgeschichte.de/fileadmin/toujou/assets/1/fonts/Inter_700.woff');
                    }