
    :root,* {
        box-sizing: border-box;
        text-decoration: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    a {
        color:inherit;
    }
    * {
     -webkit-font-smoothing: antialiased; /* Chrome, Safari */
     -moz-osx-font-smoothing: grayscale; /* Firefox */
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -moz-tap-highlight-color: rgba(0, 0, 0, 0);
     outline-color:#fff;
     outline-offset:0.25rem;
    }

    @font-face {
        font-family: 'Mikado';
        font-weight: 500;
        src: url(/kikare-assets/fonts/mikado/MikadoWeb-Medium.woff2) format('woff2');
    }
    /** fallback for old games */
    @font-face {
        font-family: 'ultramagnetic';
       src: url(/kikare-assets/fonts/mikado/MikadoWeb-Medium.woff2) format('woff2');
    }
    @font-face {
        font-family: 'ultramagnetic';
        font-weight: 500;
        src: url(/kikare-assets/fonts/mikado/MikadoWeb-Medium.woff2) format('woff2');
    }

    @font-face {
        font-family: 'Mikado';
        font-weight: bold;
        src: url(/kikare-assets/fonts/mikado/MikadoWeb-Bold.woff2) format('woff2');
    }
    
    @font-face {
        font-family: 'Mikado';
        src: url(/kikare-assets/fonts/mikado/MikadoWeb-Regular.woff2) format('woff2');
    }

    /** prevent img and link dragging */
        a,img {
            user-select: none;
            -webkit-user-drag: none;
         
        
        }
   
    @font-face {
        font-family: kikons;
        font-style: normal;
        font-weight: bold;
        font-display: block;
        src: url('https://cdn.kika.de/resources/fonts/kika/kicons.woff') format('woff');
    }

    * {
    font-family: Mikado, Arial,sans-serif;
      
    }
    select {
        font-family: Arial, Helvetica, sans-serif;
    }

    body {
        background-color:#13314b;
        position: relative;
        font-variant-ligatures: none;
    }

    html.mouse-active a:focus,
    html.mouse-active a:focus :first-child,
    html.mouse-active button:focus,
    html.mouse-active button:focus :first-child {
        outline: 0 !important;
    }


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
