/* Tiny Maket — self-hosted Dana font (woff2). Replaces the Google Fonts request
 * so typography survives moving the theme to another host. */

@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-DemiBold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Dana';src:url('../fonts/DanaFaNum-Black.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}

/* Alias the theme's existing 'Vazirmatn' references to Dana so every rule,
 * including inline SVG <text>, resolves to the self-hosted font. */
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-DemiBold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'Vazirmatn';src:url('../fonts/DanaFaNum-Black.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}

:root{--font:'Dana','Vazirmatn',Tahoma,sans-serif}
html,body,button,input,select,textarea,.wrap,.btn{font-family:'Dana','Vazirmatn',Tahoma,sans-serif}
