﻿@font-face {
    font-family: 'Inter';
    src: url('../../font/Inter.woff2') format('woff2'), url('../../font/Inter_Bold.woff2') format('woff2'),url('../../font/Inter_Medium.woff2') format('woff2'),url('../../font/Inter_SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'KaiseiTokumin';
    src: url('../../font/KaiseiTokumin.woff2') format('woff2');
}

:root {
    --primary-color: #5157CB;
    --deep-primary-color: #1D206A;
    --soft-primary-color: #E3E5FF;
    --soft-blue-color: #E8F4FD;
    --second-color: #63647C;
}
