/*
 * Theme Name:  Ando Child
 * Theme URI:   https://ando.codesupply.co/
 * Description: Ando Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    ando
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/Vazirmatn.woff2') format('woff2-variations'),
    /* will be the standard and works in Safari now */
    url('fonts/Vazirmatn.woff2') format('woff2');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: swap;
}
.entry-content img {
  border: 1px solid #0000ff52;
}
.entry-content pre, .entry-content code {
  padding: 2px 10px;
  border-radius: 3px;
}
.rp {
  border: 1px solid #0000003b;
  padding: 20px 15px;
}
.box {
  border: 1px solid;
  padding: 25px 15px;
  border-radius: 2px;
}
.box strong {
  color: inherit;
}
.success {
  background: #e2f2cb;
  border-color: #D1E4B7;
  color: #314612;
}
.warning {
  background: #fffddb;
  border-color: #E9E59E;
  color: #756f00;
}
.info {
  background: #d6f6ff;
  border-color: #BFE3EC;
  color: #005770;
}
.error {
  background: #ffe6e2;
  border-color: #EEBFB8;
  color: #7c1100;
}
.shadow {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0 10px #eeeeee;
  color: #222;
}