/* Panel CSS crossorigin ile yuklenince fontlar panel subdomain'inden CORS ile istenir ve bloklanir.
   Bu dosya www uzerinden ayni fontlari panel CSS'inden once yukler. */
@font-face {
  font-family: BetConstruct-Icons;
  src: url("/assets/BetConstruct-Icons.DLLrZMEM.woff2") format("woff2"),
       url("/assets/BetConstruct-Icons.BgiFrc-6.woff") format("woff"),
       url("/assets/BetConstruct-Icons.BZJo0qDx.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Roboto;
  src: url("/fonts/default/Roboto.woff?v=742") format("woff"),
       url("/fonts/default/Roboto.eot?v=742");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("/fonts/default/RobotoBold.woff?v=742") format("woff"),
       url("/fonts/default/RobotoBold.ttf?v=742") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: icons;
  src: url("/fonts/icons.woff2") format("woff2"),
       url("/fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
