/* Register custom font-family */
@font-face {
    font-family: 'Epilogue';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Epilogue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Epilogue';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Epilogue-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Epilogue';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Epilogue-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Epilogue';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Epilogue-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}


@font-face {
    font-family: 'Epilogue';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Epilogue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Epilogue';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Epilogue-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/Divi-child/resources/fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}