/*
Theme Name: skinbe-child
Version: 1.0.0
Description: Skinbe Child.
Author: Arturo
Author URI: https://woocommerce.com
Template: twentytwentyfour
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --cta: #ff9f43;
}

html{
    margin-top: 0 !important;
}

#wpadminbar{
    display: none;
}

header{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: white;
    margin: auto;
}

header > div{
    padding: 20px 30px !important;
}

h1{
    font-family: "Playfair Display", serif;
}

p{
  font-family: "Work Sans", sans-serif;
}

.button{
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 5px;
    background-color: var(--cta);
    color: white;
}

.max-width{
    max-width: 1400px;
    padding: 0 50px;
}

.white-text p, .white-text h1, .white-text h4, .white-text .button{
    color: white;
    border-color: white;
}


@media only screen and (max-width: 780px) {
    .max-width{
        padding: 0 20px;
    }
}