<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Twenty Fifteen Child
Theme URI:      http://wordpress.org/
Description:    Tema Child per il tema Twenty Fifteen
Author:         RoarinPenguin
Author URI:     http://roarinpenguin.com
Template:       twentyfifteen
Version:        0.1.0
*/


/* Change color of Title in a page */
.entry-title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.1538;
        margin-bottom: 0.9231em;
	color: #990000;
}

/* Change Font Type to Sans Serif */

body,
button,
input,
select,
textarea {
        color: #333;
        font-family: "Noto Sans", sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
}


.page-title {
        font-family: "Noto Sans", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3333;
}

</pre></body></html>