﻿@charset "UTF-8";

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),
		url(../fonts/Montserrat/Montserrat-Medium.woff) format('woff'),
		url(../fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),
		url(../fonts/Montserrat/Montserrat-Bold.woff) format('woff'),
		url(../fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Poppins/Poppins-Regular.woff2) format('woff2'),
		url(../fonts/Poppins/Poppins-Regular.woff) format('woff'),
		url(../fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.woff2) format('woff2'),
		url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.woff) format('woff'),
		url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff2) format('woff2'),
		url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff) format('woff'),
		url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf) format('truetype');
}
