/*
Theme Name: Zakra Child
Template: zakra
Author: Your Name
Description: Child theme for the Zakra theme
Version: 1.0
*/

/* Import parent theme styles */
@import url("../zakra/style.css");

/* Your custom styles below */

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