@import url(abadi/stylesheet.css);
@import url(vag-rounded-normal/stylesheet.css);
@import url(vogue/stylesheet.css);
:root{
    --abadi: 'Abadi MT Condensed Light';
    --vag  : 'VAG Rounded Normal';
    --vogue:'Vogue Plain';

}

.abadi{font-family: var(--abadi) ;}
.vag  {font-family: var(--vag)   ;}
.vogue{font-family: var(--vogue) ;}