@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  font-family: var(--font-primary);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

:root {
  --primary-color: #fec737;
  --text-color: #1a1a1a;
  --secondary-color: #fdcd13;
  --background-color: #1a1e3b;
  --font-primary: "Playfair Display", Georgia, "Times New Roman", serif;
}

body {
  font-family: Playfair Display;
}

.app {
  background-image: url("https://s3.eu-central-1.amazonaws.com/agorapoint.ro/images/back1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 120px;
  display: flex;
}

.main-content {
  flex: 1;
  max-width: 1200px;
  margin: 80px auto 160px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.material-icons {
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: Material Icons !important;
}
/*# sourceMappingURL=agora-main.f5d5916d.css.map */
