/*
Theme Name: Digifresh Thema
Theme URI: https://digifresh.com
Author: Jouw Naam
Author URI: https://digifresh.com
Description: Een eenvoudig WordPress-thema met het DIGIFRESH logo.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digifresh-thema
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

header {
    background-color: #3299cc;
    color: white;
    text-align: center;
    padding: 20px 0;
}

header img {
    max-width: 200px;
}

main {
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}
