/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* readex-pro*/
@font-face {
    font-family: 'ReadexPro';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('./fonts/ReadexPro.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/ReadexPro.woff') format('woff'), /* Modern Browsers */
         url('./fonts/ReadexPro.otf') format('opentype'), /* Safari, Android, iOS */
         url('./fonts/ReadexPro.ttf') format('truetype'); /* Safari, Android, iOS */
    font-display: swap;
}