
@font-face {
      font-family: 'Publico Headline Bold';
      src: url('/fonts/PublicoHeadline-Bold.woff2') format('woff2'),
           url('/fonts/PublicoHeadline-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
    }

    .breadcrumb-scroll-wrapper {
      overflow-x: auto;
      -ms-overflow-style: none;     /* IE and Edge */
      scrollbar-width: none;        /* Firefox */
    }

    .breadcrumb-scroll-wrapper::-webkit-scrollbar {
      display: none;                /* Chrome, Safari, Opera */
    }

    .author{
        font-size: 0.85rem;
        color: #848e96;
    }

    .header-logo {
      font-family: 'Publico Headline Bold', serif;
      font-size: 2.5rem;
      text-transform: uppercase;
    }

    .blog-heading{
        font-family: 'Gotham Narrow', 'Montserrat', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        color: #121212;
    }
    .blog-subHeading{
        font-family: 'Gotham Narrow', 'Montserrat', sans-serif;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.3;
    }
    .content{
        text-align: justify;
        text-justify: inter-word;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 1rem;
        line-height: 1.6rem;
        color: #6c757d;
    }

    a {
        color: #1a0dab;
        text-decoration: none;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    body{
        background-color: #ffffff;
    }

    @media (max-width: 768px) {
        .blog-heading {
            font-size: 2rem;
        }

        .blog-subHeading {
            font-size: 1.5rem;
        }
        .content{
            font-size: 1.125rem;
            line-height: 1.6rem;
        }
    }

    /* For Desktop Only */
    @media (min-width: 992px) {
        main {
            width: 60%;
            margin: auto;
        }
    }