/**
 * Theme Name: Alfa
 * Description: Alfa theme
 * Author: Beginnersbox
 * Template: blocksy
 * Text Domain: blocksy
 */

@media (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .widget-title,
    .comment-reply-title,
    .site-title,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    .button {
        font-weight: 700 !important;
    }
}