<<<<<<< Updated upstream
/*!
Theme Name: Padra
Description: RTL stylesheet — loaded only when is_rtl() is true.
*/

/*--------------------------------------------------------------
# Ravi variable font
--------------------------------------------------------------*/
@font-face {
    font-family: "ravi";
    src: url("assets/fonts/ravi/ravi.woff2") format("woff2-variations"),
        url("assets/fonts/ravi/ravi.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.blog-detail .entry-content h1,
.blog-detail .entry-content h2,
.blog-detail .entry-content h3,
.blog-detail .entry-content h4,
.blog-detail .entry-content h5,
.blog-detail .entry-content h6 {
    font-family: 'ravi';
}
=======
html[dir="rtl"] .about-slider-pagination {
  left: auto;
  right: 24px;
}
>>>>>>> Stashed changes
