@tailwind base;

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('./fonts/stylesheet.css');

.playfair-display {
    font-family: "Playfair Display", serif;
}

body::-webkit-scrollbar {
    width: 0.4em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(216, 215, 215, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #18252d;
    outline: none;
    border-radius: 10px;
}

html{
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 17px;
    font-family: "gilroy";
}

.space-container {
    height: 103px;
}

.nav-logo {
    width: auto;
    height: 60px;
}

#nav-logo-1 {
    height: 50px;
}

.hero-main-gradient{
    background: radial-gradient(at center center, #CAF2FBA1 15%, #F6FCFF00 100%);
}