@font-face {
  font-family: 'Gilroy-Medium';
    src: url('./assets/fonts/gilroy-medium-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Gilroy-Heavy';
    src: url('./assets/fonts/gilroy-heavy.otf') format('otf');
  }

body {
  background-color: black;
}

.country-error {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.country-error-content {
  text-align: center;
  height: auto;
}

h1 {
  font-size: calc(10px + 7vmin);
  color: white;
  font-family: 'Gilroy-Heavy', "Century Gothic", CenturyGothic, sans-serif;
  margin: 0 0 16px 0;
}

p {
  font-size: calc(10px + 1vmin);
  color: white;
  font-family: 'Gilroy-Medium', "Century Gothic", CenturyGothic, sans-serif;
  margin: 16px 0 0 0;
}
