/*
 * 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 #e374008f;
}
.entry-content pre, .entry-content code {
  padding: 2px 10px;
  border-radius: 3px;
}