/*
Theme Name:   kids-education Child
Theme URI:    http://example.com/kids-education-child/
Description:  kids-education Child Theme
Author:       Karim Alaoui Belrhiti
Author URI:   http://example.com
Template:     kids-education
Version:      1.0.0
*/

/* Add your custom styles here or below the import statement */
@import url("../kids-education/style.css");

body{
    font-family: "Hiragino Maru Gothic Pro", sans-serif;
    font-size: 18px;
}

button, button:hover, a , a:hover{
    all: unset;
}
button:hover, a {
    cursor: pointer;
}

p {
    all: unset;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}