/* ------------------------------------------------
GLOBAL RESET
------------------------------------------------ */

.seewly-store *{
box-sizing:border-box;
margin:0;
padding:0;
}

/* ------------------------------------------------
GLOBAL CONTAINER
------------------------------------------------ */

.seewly-container{
width:90%;
max-width:1200px;
margin:auto;
}

/* ------------------------------------------------
TYPOGRAPHY
------------------------------------------------ */

.seewly-store h1,
.seewly-store h2,
.seewly-store h3{
font-family:system-ui;
font-weight:600;
}

.seewly-store p{
font-family:system-ui;
line-height:1.6;
}

/* ------------------------------------------------
BUTTONS
------------------------------------------------ */

.seewly-btn{
display:inline-block;
padding:12px 22px;
border-radius:6px;
text-decoration:none;
font-weight:500;
transition:all .3s ease;
}

.seewly-btn-primary{
background:#000;
color:#fff;
}

.seewly-btn-primary:hover{
opacity:.85;
}

.seewly-btn-whatsapp{
background:#25D366;
color:#fff;
}
