﻿@font-face {
    font-family: "ubuntu-bold";
    src: url('/assets/fonts/web/Ubuntu-Bold.woff');
}
@font-face {
    font-family: "dancing";
    src: url('/assets/fonts/dancing/Dancing.woff');
}
@font-face {
    font-family: "roboto-bold";
    src: url('/assets/fonts/web/Roboto-SemiBold.woff');
}
@font-face {
    font-family: "roboto-extrabold";
    src: url('/assets/fonts/web/Roboto-ExtraBold.woff');
}
@font-face {
    font-family: "roboto-black";
    src: url('/assets/fonts/web/Roboto-Black.woff');
}

#overlay-disable-all {
	width: auto;
	height: auto;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 8010;
	background: url('/assets/overlay.png');
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

        
