@import url(/lib/apps/webcast/themes/custom.css);

@font-face {
    font-family: cs;
    src: url(/lib/client_apps/cs/fonts/CSW07eT-Romanv4.woff);
}

:root{
    --color: #000;
    --color1: #575756;
    --color2: #575756;
    --link-color: #575756;
    --grey1: #333;
    --grey2: #777;
    --font-family: cs, arial, sans-serif;
}