@font-face {
    font-family: 'Revathi';
    src: url('/assets/font/ml-ttrevathi_regular-webfont.woff2') format('woff2'),
    url('/assets/font/ml-ttrevathi_regular-webfont.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Revathi';
    src: url('/assets/font/ml-ttrevathi_bold-webfont.woff2') format('woff2'),
    url('/assets/font/ml-ttrevathi_bold-webfont.woff') format('woff');
    font-weight: bold;
}

body    {
    font-family: 'Revathi', serif;
    line-height: 1.45;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

p {
    font-size: 16px;
}

nav li {
    font-size: 16px;
    font-weight: 700;
}

.author__name {
    font-size: 18px;
    font-weight: 700;
}

.author__designation {
    font-weight: 700;
}

.author__college,
.author__university {
    font-size: 14px;
}

.author__bio {
    font-size: 14px;
    line-height: 1.5;
}

.book__published {
    font-size: 16px;
    font-weight: 700;
}