/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600&display=swap');

body{
	font-family: 'Cairo', sans-serif;
}

@media (max-width: 767px){
	.site-header .site-logo{
		padding-top: 0 !important;
	}
}