
@font-face {
    font-family: 'Acumin Pro';
    src: url('AcuminPro-BoldItalic.eot');
    src: url('AcuminPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('AcuminPro-BoldItalic.woff2') format('woff2'),
        url('AcuminPro-BoldItalic.woff') format('woff'),
        url('AcuminPro-BoldItalic.ttf') format('truetype'),
        url('AcuminPro-BoldItalic.svg#AcuminPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AbolitionW00';
    src: url('AbolitionW00-Regular.eot');
    src: url('AbolitionW00-Regular.eot?#iefix') format('embedded-opentype'),
        url('AbolitionW00-Regular.woff2') format('woff2'),
        url('AbolitionW00-Regular.woff') format('woff'),
        url('AbolitionW00-Regular.ttf') format('truetype'),
        url('AbolitionW00-Regular.svg#AbolitionW00-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'AlvarkWear-Regular';
  src: url('AlvarkWear-Regular.eot');
  src: url('AlvarkWear-Regular.eot?#iefix') format('embedded-opentype'),
       url('AlvarkWear-Regular.svg#AlvarkWear-Regular') format('svg'),
       url('AlvarkWear-Regular.ttf') format('truetype'),
       url('AlvarkWear-Regular.woff') format('woff'),
       url('AlvarkWear-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.font_abolition {
	font-family: 'AbolitionW00';
	font-weight: normal;
}

.font_acumin_pro {
	font-family: 'AbolitionW00';
	font-weight: bold;
    font-style: italic;
    letter-spacing: 1.5px;
}

.font_alvarkwear{
	font-family: 'AlvarkWear-Regular';
	font-weight: normal;
}