/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/font-fase.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: Comfortaa;
  src: url(/_next/static/media/Comfortaa-Light.1187cc88.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Comfortaa;
  src: url(/_next/static/media/Comfortaa-Regular.59a3bc09.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Comfortaa;
  src: url(/_next/static/media/Comfortaa-Medium.688a859b.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Comfortaa;
  src: url(/_next/static/media/Comfortaa-SemiBold.cae81c17.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Comfortaa;
  src: url(/_next/static/media/Comfortaa-Bold.b7bb2a0d.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-ExtraLight.6d567e9b.ttf);
  font-weight: 200;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-Light.6309b972.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-Regular.53a5ca69.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-Medium.bed7d7c4.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-SemiBold.6c5467fd.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-Bold.1bf75fbc.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-ExtraBold.52758667.ttf);
  font-weight: 800;
}

@font-face {
  font-family: Nunito;
  src: url(/_next/static/media/Nunito-Black.1b122f59.ttf);
  font-weight: 900;
}



/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./styles/globals.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --max-width: 1280px;

  --primary-dark: #1b1d28;
  --primary-light: #ffffff;
  --primary-accent: #ab2f86;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Comfortaa", sans-serif;
  overflow-x: hidden;
}

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

body {
  color: var(--primary-light);
  background: var(--primary-dark);
}

