/* style.css */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Noto+Sans:wght@400;700&family=Varela+Round&display=swap');

html {
  font-family: 
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Heading styles */
h2.elementor-heading-title.elementor-size-default {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  color: #E39E46;
}

h3.text-\[\#8ab4f8\]\.font-medium\.text-lg\.leading-snug {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #8AB4F8;
  margin-bottom: 16px;
}

.font-banner {
    font-family: 'Playfair Display', serif;
  }
  