/*
Theme Name: RR Theme
Theme URI: https://randonneurs.ro/
Author: OpenAI
Description: Classic WordPress theme starter for the Randonneurs Romania rebuild.
Version: 0.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rr-theme
*/

body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #161614;
	background: #fcfbf7;
}

a {
	color: #183a37;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}
