/*
 Theme Name:     Twenty Ten Child
 Theme URI:      https://www.pgrijswijk.nl/wp-content/themes/twentyten-child/
 Author:         PGR Beheer
 Author URI:     https://www.pgrijswijk.nl
 Description:    This WordPress child theme customizes the standard WordPress "Twenty Ten" for PGRijswijk (PGR). It contains customized styles (CSS) for the public website and the login page. Functions are added to prevent the expoit of user enumeration using the author parameter and the user REST API endpoint. 
 Template:       twentyten
 Version:        1.0.0
 License:        GNU General Public License GPL-3.0+
 License URI:    http://www.gnu.org/licenses/gpl-3.0.html
 Tags: pgr-style-title, pgr-style-footer, pgr-style-login, block-user-enumeration, block-user-rest-endpoint
*/

/* Change Font Family and Font Size */
body {
    /* font-family: "Roboto", sans-serif;  */
    /* font-family: Helvetica, Arial, sans-serif; */
    /* font-size: 14px; */
}

#content a {
	/* color: #E98C00; */
}

