.fa,.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-brands {
    font-family: 'Font Awesome 6 Brands'
}

@font-face {
    font-family: 'Hobo';
    src: url('https://motorhoming-adventures.co.uk/fontawesome/webfonts/hobo-regular-webfont.woff2') format('woff2'),
         url('https://motorhoming-adventures.co.uk/fontawesome/webfonts/hobo-regular-webfont.woff') format('woff'),
         url('https://motorhoming-adventures.co.uk/fontawesome/webfonts/hobo-regular-webfont.ttf') format('truetype'),
         url('https://motorhoming-adventures.co.uk/fontawesome/webfonts/hobo-regular-webfont.eot') format('embedded-opentype'),
         url('https://motorhoming-adventures.co.uk/fontawesome/webfonts/hobo-regular-webfont.svg#hobo-regular') format('svg'),
         url('https://motorhoming-adventures.co.uk/fontawesome/webfonts/hobo-regular.otf') format('opentype');
		 font-display: swap;
		
}
