/**
* Theme Name: Atlas Child
* Description: This is a child theme of Atlas.
* Author: tmrwstudio
* Template: atlas
* Version: 1.0
*/


@font-face {
    font-display: swap;
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/YekanBakh-Regular.woff2') format('woff')
}

@font-face {
    font-display: swap;
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/YekanBakh-SemiBold.woff2') format('woff2')
}

div, p, h1, h2, h3, h4, h5, h6, button, form, table, td, th, tbody, thead, a{
    font-family: 'yekanbakh';
}