
@font-face { 
    font-family: 'Anjomanweb VF';
    src: url('fonts/AnjomanwebGX.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('AnjomanwebGX.woff') format('woff');
    /* for the other supporting browsers */
    font-display: fallback;
}

@font-face {
    font-family: Anjomanweb;
    src: url('fonts/staticfonts/Anjoman-regular.woff') format('woff');
}
@font-face {
    font-family: Anjomanweb;
    src: url('fonts/staticfonts/Anjoman-bold.woff') format('woff');
    font-weight: 700;
}

body,
p,
div,
header,
footer,
input,
select,
label,
h1,
h2,
h3,
h4,
h5,
h6,
a,
strong{
    font-family: 'Anjomanweb VF', Anjomanweb !important;
    font-variation-settings: "wdth" 80
}