@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel&display=swap');

body * {
    font-family: 'Cormorant Garamond', serif;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

img {
    image-rendering: crisp-edges;
}

.hindi {
    font-family: 'Martel',
        serif;
}

.author-name {
    font-size: 50px !important;
}

.showcase-book {
    margin-top: 40px;
}

.showcase-book-cover-container {
    padding: 40px;
}

.showcase-book-cover {
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .45);
}

.showcase-book-description {
    margin-top: 40px;
    font-size: 18px;
    line-height: 35px;
}

.amazon-buy-link {
    margin-top: 10px;
    height: 70px;
}

.author-profile {
    max-width: 100%;
    width: 200px;
    border-radius: 50%;
    filter: grayscale(100%);
}

.about-header {
    margin-top: 100px;
}

.about-content {
    font-size: 18px;
    font-weight: 500;
}

.social-handle-containers {
    margin-top: 100px;
}

.social-media-handles {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.social-media-handle {
    margin: 0 20px;
}

.social-media-handles i {
    font-size: 30px;
    color: #aaa;
}

.center {
    text-align: center;
}