@font-face {
    font-family: 'Gudea';
    src: url('/wp-content/themes/salient-child/font/Gudea.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/font/Gudea.woff') format('woff'),
        url('/wp-content/themes/salient-child/font/Gudea.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gudea';
    src: url('/wp-content/themes/salient-child/font/Gudea-Bold.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/font/Gudea-Bold.woff') format('woff'),
        url('/wp-content/themes/salient-child/font/Gudea-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gudea';
    src: url('/wp-content/themes/salient-child/font/Gudea-Italic.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/font/Gudea-Italic.woff') format('woff'),
        url('/wp-content/themes/salient-child/font/Gudea-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

*, div, p, h1, h2, h3, h4, h5, h6, a, li, ol, ul, header, blockquote {
	font-family: Gudea, Arial, sans-serif;
}