/*
 Theme Name: Trantor Child
 Theme URI: https://yourwebsite.com
 Description: Child theme for Trantor
 Author: Your Name
 Template: trantor   
 Version: 1.0
*/

/* Child theme styles go here */

*{
    /* font-family: sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    
}

/*common h4 css*/
h4, .h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}
