﻿/* This css file is applied before styles.scss loaded */
/* stylelint-disable */

/* normal 400 */
/* HalvarBreit instead of Cinzel mock-compliance */
@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-Regular.ttf') format('truetype');
}

/* medium 500 */
@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-Medium.ttf') format('truetype');
}

/* semibold 600 */
@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-SemiBold.ttf') format('truetype');
}

/* bold 700 */
@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-Bold.ttf') format('truetype');
}

/* extrabold 800 */
@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-ExtraBold.ttf') format('truetype');
}

/* black 900 */
@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'HalvarBreit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/HalvarBreit-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Avenir';
  src: url('https://madcasino.com/assets/fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 1 1000;
  font-stretch: 50% 200%;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://madcasino.com/assets/fonts/Avenir-MediumOblique.ttf') format('truetype');
  font-weight: 1 1000;
  font-stretch: 50% 200%;
  font-optical-sizing: auto;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://madcasino.com/assets/fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-stretch: 50% 200%;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Tinos';
  src: url('https://madcasino.com/assets//fonts/Tinos-Regular.ttf') format('truetype');
  font-weight: 1 1000;
  font-stretch: 50% 200%;
  font-optical-sizing: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Tinos';
  src: url('https://madcasino.com/assets//fonts/Tinos-Italic.ttf') format('truetype');
  font-weight: 1 1000;
  font-stretch: 50% 200%;
  font-optical-sizing: auto;
  font-style: italic;
}

@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/Cardo-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://madcasino.com/assets/fonts/Cardo-Bold.ttf') format('truetype');
}

body {
  margin: 0;
  font-optical-sizing: auto;
}

.loading-container {
  position: fixed;
  z-index: 999;
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease;
  overflow: hidden;
}

stb-root.user-checked+.loading-container {
  opacity: 0;
}

stb-root.user-checked.hide-preloader+.loading-container {
  display: none;
}

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden;
}