/* Fjalla One,sans-serif,400;Roboto,sans-serif,300,500*/
                    :root {
                        --paragraph__family:        "Roboto", sans-serif;
                        --paragraph__normal:        300;
                        --paragraph__bold:          500;
                        --headline__family:         "Fjalla One", sans-serif;
                        --headline__weight:         400;
                    }
                    @font-face {
                        font-family: 'Fjalla One';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 400;
                        src: url('https://www.inti-tours.de/fileadmin/toujou/assets/1/fonts/Fjalla_One_400.woff2');
                    }
                    @font-face {
                        font-family: 'Roboto';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 300;
                        src: url('https://www.inti-tours.de/fileadmin/toujou/assets/1/fonts/Roboto_300.woff2');
                    }
                    @font-face {
                        font-family: 'Roboto';
                        font-style: normal;
                        font-display: swap;
                        font-weight: 500;
                        src: url('https://www.inti-tours.de/fileadmin/toujou/assets/1/fonts/Roboto_500.woff2');
                    }