/*
Theme Name: Customized Woocommerce theme
Author: Dev alpha
Template: twentytwentyfive
Version: 1.0
*/
a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'vazir';
    font-style: normal;
    font-display: swap;
    src: url('assets/fonts/Vazir.woff2') format('woff2')
}

body {
    font-family: vazir, sans-serif;
}

.fs-smaller {
    font-size: smaller!important;
}

.wc-block-components-totals-shipping > .wc-block-components-totals-item > .wc-block-components-totals-item__value {
	display: none;
}

span.wc-block-checkout__shipping-option--free {
	display: none;
}
