@import url(/styles/menu.css);
@import url(/styles/logos.css);
@import url(/styles/effects.css);
@import url(loading.css);
@import url(animation.css);
@import url(options.css);

* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Crash';
}

@font-face {
    font-family: 'CCZoinks Regular';
    font-style: normal;
    font-weight: normal;
    src: local('CCZoinks Regular'), url('CCZoinks.woff') format('woff');
    }
    
@font-face{
    font-family: 'Crash';
    src: url(/font/crash-a-like.ttf);
}

@font-face{
    font-family: 'Cartoon';
    src: url(/font/ComicsCarToon.ttf);
}

body {
    width: auto;
    background-image: url(/imgs/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.crash__dancing{
    background-color: transparent;
}

.logos {
    height: 80vh;
    display: flex;
    gap: 7.5rem;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
}

#gameselection{
    display: grid;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}