@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");body,html{height:100%}*,body,html{margin:0;padding:0;box-sizing:border-box}*{text-decoration:none}body{@apply bg-gray-100 text-gray-900;font-family:Sora,sans-serif;background-color:#F9F6F6;display:flex;flex-direction:column;min-height:100vh}#__next,main{display:flex;flex-direction:column;flex:1 1}.container{@apply max-w-7xl mx-auto px-4}.content-wrapper{flex:1 1}.btn-primary{@apply bg-orange-500 text-white font-bold py-3 px-6 rounded-lg hover:bg-orange-600 transition}.btn-secondary{@apply bg-blue-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-700 transition}h1{@apply text-4xl font-bold}h2{@apply text-3xl font-bold}h3{@apply text-2xl font-semibold}p{@apply text-lg text-gray-700}.hero{@apply bg-blue-200 py-16 text-center}.footer{@apply bg-gray-900 text-white text-center py-6}.Layout_pageContainer__7fhIF{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:#F9F6F6}.Layout_contentWrapper__oBm7Y{flex:1 1;width:100%}