/*
 Theme Name:   Mission News Child
 Template:     mission-news
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Mission News WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* =Theme customization starts here
-------------------------------------------------------------- */

/* ============================================
   CUSTOM LOGO/TITLE STYLING (Mission News Child)
   Afectează DOAR titlul blogului, nimic altceva
   ============================================ */

/* ============= DESKTOP =============
   Se aplică la ecrane peste 1000px (62.5em)
   Edit: modifică doar font-size dacă vrei altă mărime
====================================== */
@media all and (min-width: 62.5em) {
    .site-title,
    .site-title a {
        font-size: 2.3125em !important;  /* ~45px (RECOMANDAT) */
        line-height: 1.2 !important;
    }
}

/* ============= MOBILE =============
   Se aplică la ecrane sub 1000px (62.5em)
   Edit: modifică font-size pentru mobil
====================================== */
@media all and (max-width: 62.5em) {
    .site-title,
    .site-title a {
        font-size: 35px !important;      /* mobil ~30px */
        line-height: 1.2 !important;
    }
}
