/*
Theme Name: DiaElectroepil Premium
Theme URI: https://diaelectroepil.ru
Author: ChatGPT & DiaElectroepil
Author URI: https://diaelectroepil.ru
Description: Премиальная тема WordPress для студии электроэпиляции, наращивания ресниц и массажа.
Version: 1.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
Text Domain: diaelectroepil
*/

html{
    margin:0;
    padding:0;
}

body{

    margin:0;
    padding:0;

    font-family: "Montserrat",sans-serif;

    background:#ffffff;

    color:#222;

    overflow-x:hidden;

}

*{

    box-sizing:border-box;

}

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

    color:inherit;

}

ul{

    list-style:none;

    margin:0;

    padding:0;

}