/* CSS to add Font uploaded as Site Files
you will need to replace sample code with your own
Format is not able to supply support to get this to work
*/

@font-face {
font-family: 'FirstRodeo'; src: url('https://4ormat-asset.s3.amazonaws.com/vfs/1847732/public_assets/124272683/FirstRodeo.otf');}
h1, h2, h3, p, a, div {
font-family: 'FirstRodeo'!important;}



/* following code is an example of overriding majority of settings in one go, to override all other font styles set in the Design area of the Format Dashboard */

body, h1, h2, h3, h4, h5, h6, p, menu, nav, address, ul, li, ol, #caption, #caption h1, #caption h2, #caption p, #label_1, #label_2, #label_3, #label_4 {
font-family: FirstRodeo, sans-serif!important; font-weight:400!important;
}

/* Ends include fonts */