﻿/*
 Theme Name:     GSH
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

:root {
    --primary:#d61b1b;
    --geist-foreground-rgb: 255, 255, 255;
}

@font-face {
    font-family: 'Bellfort';
    src: url('fonts/BellfortRegular.eot');
    src: url('fonts/BellfortRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/BellfortRegular.woff2') format('woff2'),
         url('fonts/BellfortRegular.woff') format('woff'),
         url('fonts/BellfortRegular.ttf')  format('truetype'),
         url('fonts/BellfortRegular.svg#Bellfort') format('svg');
}