﻿@charset "UTF-8";

@font-face {
	font-family: 'Kozuka Gothic Pro';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/KozukaGothicPro/KozGoProLight.woff2) format('woff2'),
		url(../fonts/KozukaGothicPro/KozGoProLight.woff) format('woff'),
		url(../fonts/KozukaGothicPro/KozGoProLight.otf) format('opentype');
}

@font-face {
	font-family: 'Kozuka Gothic Pro';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/KozukaGothicPro/KozGoProRegular.woff2) format('woff2'),
		url(../fonts/KozukaGothicPro/KozGoProRegular.woff) format('woff'),
		url(../fonts/KozukaGothicPro/KozGoProRegular.otf) format('opentype');
}

@font-face {
	font-family: 'Kozuka Gothic Pro';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/KozukaGothicPro/KozGoProMedium.woff2) format('woff2'),
		url(../fonts/KozukaGothicPro/KozGoProMedium.woff) format('woff'),
		url(../fonts/KozukaGothicPro/KozGoProMedium.otf) format('opentype');
}

@font-face {
	font-family: 'Kozuka Gothic Pro';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/KozukaGothicPro/KozGoProBold.woff2) format('woff2'),
		url(../fonts/KozukaGothicPro/KozGoProBold.woff) format('woff'),
		url(../fonts/KozukaGothicPro/KozGoProBold.otf) format('opentype');
}