@font-face {
    font-family: 'phonk';
    src: url('phonk_contrast_italic.otf') format('opentype'),
         url('phonk_contrast_italic-webfont.woff2') format('woff2'),
         url('phonk_contrast_italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'phonk';
    src: url('phonk_contrast.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'phonk';
    src: url('phonk_regular_italic.otf') format('opentype'),
         url('phonk_regular_italic-webfont.woff2') format('woff2'),
         url('phonk_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'phonk';
    src: url('phonk_regular.otf') format('opentype'),
         url('phonk_regular-webfont.woff2') format('woff2'),
         url('phonk_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}