/* variables.css */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root {
    /* Colors */
    --vanilla-white-color: #F7F3D4;
    --main-button-color:#C97BB2;
    --button-text-color:#ffffff;
    --menu-text-color: #7A5A7A;

    /* Typography */
    --header-font: 'playfair display', sans-serif;
    --body-font: 'DM sans', sans-serif;
    --font-size-base: 16px;
    
    
    --Logo-phone: 70px;
    --Logo-web: 2rem;

    
    /* Border radius */
    --button-border: 3.2rem;
}



