@import url('https://fonts.googleapis.com/css2?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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Juana';
    src: url('../fonts/Juana/Demo_Fonts/Fontspring-DEMO-juana-blackit.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Base Styles */
.services-stack {
    background-color: black;
}

.servicestext {
    color: white;
    text-align: center;
    font-size: 48px;
    font-family: "Raleway", sans-serif;
    line-height: 1.2;
    margin: 0;
}

.servicessubtext {
    color: white;
    text-align: center;
    font-size: 36px;
    font-family: "Juana", serif;
    line-height: 1.2;
    margin: 10px 0 0;
}

/* Responsive Typography */
@media (max-width: 1024px) {
    .servicestext {
        font-size: 42px;
    }

    .servicessubtext {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .services-stack {
        padding: 4vh 6vw;
    }

    .servicestext {
        font-size: 36px;
    }

    .servicessubtext {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .services-stack {
        padding: 3vh 5vw;
    }

    .servicestext {
        font-size: 28px;
    }

    .servicessubtext {
        font-size: 24px;
    }
}
