/* Ubuntu Font Family - Self-hosted Version */

/* Ubuntu Regular */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./ubuntu-regular.woff2') format('woff2');
}

/* Ubuntu Medium */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./ubuntu-medium.woff2') format('woff2');
}

/* Ubuntu Bold */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./ubuntu-bold.woff2') format('woff2');
}

/* Ubuntu Light */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('./ubuntu-light.woff2') format('woff2');
}

/* Ubuntu Italic */
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('./ubuntu-italic.woff2') format('woff2');
}

/* Ubuntu Medium Italic */
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('./ubuntu-medium-italic.woff2') format('woff2');
}

/* Ubuntu Bold Italic */
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('./ubuntu-bold-italic.woff2') format('woff2');
}

/* Ubuntu Light Italic */
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('./ubuntu-light-italic.woff2') format('woff2');
}
