/*
 Theme Name:   Learnify Child Theme
 Theme URI:    http://learnify.axiomthemes.com
 Description:  Learnify Child Theme
 Author:       AncoraThemes
 Author URI:   http://axiomthemes.com
 Template:     learnify
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  learnify
*/


/* =Theme customization starts here
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 1000

.mulish-<uniquifier> {
             font-family: "Mulish", sans-serif;
             font-optical-sizing: auto;
             font-weight: <weight>;
             font-style: normal;
         }
