/*
Theme Name: Aiqaderm
Author: Your Name
Description: Custom theme for Skintelligent skincare store
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    
}

.site-header,
.top-announcement-bar {
	background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.page-content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 40px;
}

.page-title {
	font-size: 28px;
	margin-bottom: 30px;
}