/**
Theme Name: Astra Child
Author: Erfan Attarzadeh
Author URI:
Description: 
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
  	font-family: myDrFont;
	font-weight: 100;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-Thin.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 200;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-ExtraLight.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 300;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-Light.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 400;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-Regular.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 500;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-Medium.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 600;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-SemiBold.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 700;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-Bold.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 800;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-ExtraBold.ttf);
}
@font-face {
  	font-family: myDrFont;
	font-weight: 900;
  	src: url(fonts/vazirmatn/Vazirmatn-FD-Black.ttf);
}

@font-face {
  	font-family: nastaliq;
	font-weight: 400;
  	src: url(fonts/IranNastaliq/IranNastaliq.ttf);
}

@font-face {
  	font-family: estedad;
	font-weight: 400;
  	src: url(fonts/estedad/Estedad-Medium.ttf);
}

body {
	font-family: 'estedad', sans-serif !important;
	font-weight: 400;
}

.nastaliq {
	font-family: 'nastaliq', sans-serif !important;
}

.cover-btn {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.cover-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
