/*
Theme Name:	JL-Reklas
Description:	Child-Thems
Author:	jeanlen.de
Author URI:	https://www.jeanlen.de
Template:	twentytwentyfive
Version:	1.0
*/

body {
    font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    background: #f0f0ee;
    color: var(--wp--preset--color--custom-off-black);
}

/* FONTS */
/* Color */
h1, h2, h3, h4, p, label, a, legend {
	color: var(--wp--preset--color--custom-off-black);
}
/* Sizes */
h1 {
	font-size: 1.5rem;
}
p, label {
	font-size: 1rem;
}

/* Buttons */
button[type="submit"] {
    background: var(--wp--preset--color--custom-beige);
    color: #fff;
    border-radius: 2rem;
}
#addArtikelRow {
    background: #ffffff;
    color: #000000;
    border-radius: 2rem;
    text-decoration: underline;
}