@import "reset.css";
@import "styles_fullscreen.css";
@import "styles_middle.css";
@import "styles_mobile.css";
@font-face {
    font-family: 'Bramley T OT';
    src: url('../fonts/BramleyTOT-Bold.woff2') format('woff2'),
        url('../fonts/BramleyTOT-Bold.woff') format('woff'),
        url('../fonts/BramleyTOT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bramley T OT';
    src: url('../fonts/BramleyTOT-Medium.woff2') format('woff2'),
        url('../fonts/BramleyTOT-Medium.woff') format('woff'),
        url('../fonts/BramleyTOT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bramley T OT';
    src: url('../fonts/BramleyTOT-Light.woff2') format('woff2'),
        url('../fonts/BramleyTOT-Light.woff') format('woff'),
        url('../fonts/BramleyTOT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bramley T OT';
    src: url('../fonts/BramleyTOT-ExtraBold.woff2') format('woff2'),
        url('../fonts/BramleyTOT-ExtraBold.woff') format('woff'),
        url('../fonts/BramleyTOT-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media screen {}

@media screen {
	div#preloader {
		position: absolute;           
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	} 
      

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

*:focus {
outline: none;
}



button::-moz-focus-inner {
  border: 0;
}

:-moz-any-link:focus {
  outline: none;
}

a  {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

* {
    box-sizing: border-box;
}









