/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

@font-face {
  font-family: 'Rabar_016';
  src: url('fonts/Rabar_016.woff2') format('woff2'),
    url('fonts/Rabar_016.woff') format('woff'),
    url('fonts/Rabar_016.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply the font globally */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
button,
input,
textarea {
  font-family: 'Rabar_016', sans-serif;
}
