@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url('../font/ZenKakuGothicNew-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url('../font/ZenKakuGothicNew-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}