/* Example of Critical CSS inline */
.header {
    font-family: 'Arial', sans-serif;
    display: block;
}

/* Lazy Load Image */
img[data-src] {
    display: none;
}

/* Add custom styles */
body {
    background-color: #f4f4f4;
}