/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'pelak';
  background-color: #eee;
}


body a {
  text-decoration: none;
  color: inherit;
}

* {
  font-family: 'pelak';
}





:root {
  --bg: #2c3e50;
  --panel: #34495e;
}





@font-face {
  font-family: 'pelak';
  src: url('/font/regular/Pelak-Regular.woff2') format('woff2'),
    url('/font/regular/Pelak-Regular.woff') format('woff'),
    url('/font/regular/Pelak-Regular.eot') format('eot'),
    url('/font/regular/Pelak-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pelak';
  src: url('/font/regular/Pelak-Regular.woff2') format('woff2'),
    url('/font/regular/Pelak-Regular.woff') format('woff'),
    url('/font/regular/Pelak-Regular.eot') format('eot'),
    url('/font/regular/Pelak-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pelak';
  src: url('/font/bold/Pelak-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
