/*
Theme Name: Tims Camps
Description: Tims Camps Child Theme
Author:  Mike Watson
Author URI:  https://mike-watson.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */

/* Adds Sofia Pro */
@font-face {
    font-family: 'Sofia-Pro';
    src: url('fonts/SofiaProRegular.eot');
    src: url('fonts/SofiaProRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/SofiaProRegular.woff2') format('woff2'),
         url('fonts/SofiaProRegular.woff') format('woff'),
         url('fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Makes Sofia Pro the Body Font */
body { 
font-family: 'Sofia-Pro', Helvetica, arial, sans-serif;
}