/*
Theme Name: Kinderopvang Bijscholing Child
Theme URI: https://kinderopvangbijscholing.nl
Description: Child theme voor een kleurrijke, speelse en professionele kinderopvangscholingssite.
Author: ChatGPT
Template: twentytwentyfour
Version: 1.0.0
*/

body {
    background-color: #fffaf7;
    font-family: "Arial Rounded MT Bold", "Comic Sans MS", cursive, sans-serif;
}

h1, h2, h3 {
    color: #E5007D; /* fuchsia roze uit logo */
}

a, .button {
    background-color: #E5007D;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

a:hover, .button:hover {
    background-color: #ff66a3;
}

header, footer {
    background-color: #c0ebd7; /* pastelgroen geïnspireerd op liefbeestje.nl */
}
