/*
 Theme Name:   Author Child
 Template:     author
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Author WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Rokkitt Regular (400) */
@font-face {
    font-family: 'Rokkitt';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/rokkitt-v36-latin-regular.woff2') format('woff2');
  }
  
  /* Lato Regular (400) */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/lato-v24-latin-regular.woff2') format('woff2');
  }
  
  /* Lato Bold (700) */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/lato-v24-latin-700.woff2') format('woff2');
  }
  