@CHARSET "UTF-8"; @font-face{   font-family:'Nunito-Light';   src:url( '/data/web_pribehlesa/fonts/Nunito-Light.ttf' );   font-weight:300;   font-display:swap; } @font-face{   font-family:'Nunito-Regular';   src:url( '/data/web_pribehlesa/fonts/Nunito-Regular.ttf' );   font-weight:400;   font-display:swap; } @font-face{   font-family:'Nunito-Medium';   src:url( '/data/web_pribehlesa/fonts/Nunito-Medium.ttf' );   font-weight:500;   font-display:swap; } @font-face{   font-family:'Nunito-Bold';   src:url( '/data/web_pribehlesa/fonts/Nunito-Bold.ttf' );   font-weight:700;   font-display:swap; } ::-webkit-scrollbar { height:3px; width:12px; } ::-webkit-scrollbar-track { background-color:#777a7c; } ::-webkit-scrollbar-thumb { background-color:#FFFFFF; border-radius:5px; transition:background-color 0.2s ease-in-out; -webkit-transition:background-color 0.2s ease-in-out; -moz-transition:background-color 0.2s ease-in-out; } ::-webkit-scrollbar-thumb:hover { background-color:#FFFFFF; }