/*
 Theme Name:   Astra Child
 Theme URI:    https://www.samvednacare.com/
 Description: Astra Child Theme for Samvedna Care
 Author:       Brandstory
 Author URI:   https://brandstory.in/
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom styles below */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* GLOBAL BLOG PAGINATION */
.blog_pagination {
    text-align: left;
    margin-top: 40px;
}

.blog_pagination .page-numbers {
    background: #fff;
    color: #000;
    padding: 7px 14px;
    font-size: 20px;
    border: 1px solid grey;
    margin: 0 4px;
    text-decoration: none;
    display: inline-block;
}

.blog_pagination .page-numbers.current {
    background: #800080;
    color: #fff;
}

