/*  ============
CSS VÁLTOZÓK 
============  */
:root {
  /* GLOBAL */
  --primary: #1f97d4;
  --secondary: #050933;
  --accent: #b2d456;
  --active: #ed078b;
}

::-moz-selection {
  color: white !important;
  background: #0078d7 !important;
}

::selection {
  color: white !important;
  background: #0078d7 !important;
}

/* Görgetési effekt tovább gombra kattintva */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}


.lobster-400 {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lobster-700 {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.concert-400 {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-200 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-300 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-400 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-500 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-600 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-700 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-800 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
