/* Custom styles for FlexiHost */
body {
    font-family: 'Inter', sans-serif; /* Using a common sans-serif font, ensure it's imported or available */
}

/* Add any additional global styles or component-specific styles here if needed */
.hero-bg-gradient {
    background: linear-gradient(to right, #3b82f6, #1e40af);
}

/* Example: Style for feature icons if not using SVG directly or need more control */
.feature-icon svg {
    width: 3rem; /* 48px */
    height: 3rem; /* 48px */
    margin-bottom: 1rem; /* 16px */
    color: #3b82f6; /* blue-500 */
} 