/* Theme Name: Petlux Theme
Description: Custom theme for PetShopLux
*/

@font-face {
    font-family: 'IRANSans';
    src: url('./fonts/IRANSansXV.woff2') format('woff2'),
        url('./fonts/IRANSansXV.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div {
    font-family: 'IRANSans', Tahoma, Arial, sans-serif !important;
}