/*
Theme Name: Thème de Micro-Pointe
Author: Micro-Pointe
Author URI: https://www.micro-pointe.fr
Description: Notre nouveau thème
*/

.row h1 {
    font-size: 36px;
}

.project-name {
	color: #128891;
	font-size: 3em;
	font-weight: 700;
	margin: 0;
}

.project-description {
	color: #414949;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 1.5em;
}

.project-release-infos {
	color: #414949;
	font-size: 1.4em;
	margin-bottom: 0.2em;
	font-weight: 800;
}

.project-release-notes {
	color: #414949;
	font-size: 1.2em;
	margin-bottom: 1em;
}