/*
 * General
 */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: normal;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-weight: 500;
    background-color: #f4f5f8;
}

button, p, td, th {
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-weight: 500;
}

@font-face {
    font-family: 'RajdhaniSemiBold';
    src: url('./fonts/Rajdhani-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'RajdhaniMedium';
    src: url('./fonts/Rajdhani-Medium.ttf') format('truetype');
}