/* Bodoni MT */
@font-face{
	font-family: 'Bodoni MT';
    src: url('./fonts/bodoni-mt/BodoniMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'Bodoni MT';
    src: url('./fonts/bodoni-mt/BOD_B.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'Bodoni MT';
    src: url('./fonts/bodoni-mt/BOD_BI.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face{
	font-family: 'Bodoni MT';
    src: url('./fonts/bodoni-mt/BOD_I.TTF') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face{
	font-family: 'Bodoni MT';
    src: url('./fonts/bodoni-mt/BOD_R.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* eye-catching-regular */
@font-face{
	font-family: 'Eye Catching';
    src: url('./fonts/eye-catching-regular/eye-catching-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Inconsolata */
@font-face{
	font-family: 'Inconsolata', monospace;
    src: url('./fonts/inconsolata/Inconsolata-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'Inconsolata', monospace;
    src: url('./fonts/inconsolata/Inconsolata-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Old Standard TT */
@font-face{
	font-family: 'Old Standard TT', serif;
    src: url('./fonts/old-standard-tt/OldStandard-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'Old Standard TT', serif;
    src: url('./fonts/old-standard-tt/OldStandard-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face{
	font-family: 'Old Standard TT', serif;
    src: url('./fonts/old-standard-tt/OldStandard-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.bodoni{
    font-family: 'Bodoni MT'!important;
}

.eye-catching{
    font-family: 'Eye Catching'!important;
}

.inconsolata{
    font-family: 'Inconsolata'!important;
}

.old-standard{
    font-family: 'Old Standard TT'!important;
}

