/*
Theme Name: Divi-child
Theme URI: http://lets-music.de/Divi-child/
Description: Change with your desired theme description
Author: DJZ
Author URI: http://example.com
Template: Divi
Version: 1.0.1
*/
 
@font-face {
    font-family: 'TT Norms Pro';
    src: url('TTNormsPro-Medium.eot');
    src: url('TTNormsPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('TTNormsPro-Medium.woff2') format('woff2'),
        url('TTNormsPro-Medium.woff') format('woff'),
        url('TTNormsPro-Medium.ttf') format('truetype'),
        url('TTNormsPro-Medium.svg#TTNormsPro-Medium') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProLight.eot');
    src: url('SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('SofiaProLight.woff2') format('woff2'),
        url('SofiaProLight.woff') format('woff'),
        url('SofiaProLight.ttf') format('truetype'),
        url('SofiaProLight.svg#SofiaProLight') format('svg');
    font-style: normal;
    font-display: swap;
}
 
body {
    font-family: 'Sofia Pro', sans-serif;
    background-color: #0B0908;
}

h2 {
    background: linear-gradient(to right, 
        #CFCFCF 0%, 
        #FFFFFF 30%, 
        #FFFFFF 70%, 
        #CFCFCF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-family: 'TT Norms Pro', sans-serif;
    font-size: inherit;
}

/* Fallback for older browsers */
@supports not (background-clip: text) {
    h2 {
        color: #333;
    }
}