Seaside Serenity Knit Maxi
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); .container { font-family: 'Roboto', sans-serif; color: #000000; /* Secondary Color */ background-color: #FFFFFF; max-width: 800px; margin: 0 auto; padding: 20px; line-height: 1.6; } .heading-primary { text-align: center; margin-top: 20px; font-size: 2.2em; font-weight: 700; background: linear-gradient(90deg, #001F3F, #FF4136); /* Gradient from Navy Blue to Red */ -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .highlight-list { list-style-type: none; padding: 0; margin: 20px 0; font-size: 1.2em; text-align: center; } .highlight-list li { margin: 10px 0; padding: 10px; color: #001F3F; /* Primary Color */ background-color: #F0F0F0; /* Accent Color 2 */ border-radius: 8px; box-shadow: 0px 2px