/*
 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
*/

@font-face {
    font-family: 'jubilat';
	src: local("Jubilat-Bold"),
    url("/wp-content/uploads/2024/10/Jubilat-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
	src: local("Proxima-Nova-Light"),
    url("/wp-content/uploads/2024/10/Proxima-Nova-Light.otf") format("opentype");
    font-weight: light;
    font-style: normal;
}

/*Proxima Nova Light*/
@font-face {
  font-family: "palatino";
  src: local("unicode.palatino"),
    url("/wp-content/uploads/2024/10/unicode.palatino.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}