/**
 * CUSTOM CSS
 *
 * @package Enfold Child
 * @version 1.0.0
 *
 */

/* Add your own styles here: */
@font-face {
    font-family: 'Wigrum';
    src: local('Wigrum Light'), local('Wigrum-Light'),
        url('../fonts/wigrum/Wigrum-Light.woff2') format('woff2'),
        url('../fonts/wigrum/Wigrum-Light.woff') format('woff'),
        url('../fonts/wigrum/Wigrum-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wigrum';
    src: local('Wigrum Light Italic'), local('Wigrum-LightItalic'),
        url('../fonts/wigrum/Wigrum-LightItalic.woff2') format('woff2'),
        url('../fonts/wigrum/Wigrum-LightItalic.woff') format('woff'),
        url('../fonts/wigrum/Wigrum-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Wigrum';
    src: local('Wigrum Regular'), local('Wigrum-Regular'),
        url('../fonts/wigrum/Wigrum-Regular.woff2') format('woff2'),
        url('../fonts/wigrum/Wigrum-Regular.woff') format('woff'),
        url('../fonts/wigrum/Wigrum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wigrum';
    src: local('Wigrum Italic'), local('Wigrum-Italic'),
        url('../fonts/wigrum/Wigrum-Italic.woff2') format('woff2'),
        url('../fonts/wigrum/Wigrum-Italic.woff') format('woff'),
        url('../fonts/wigrum/Wigrum-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Wigrum';
    src: local('Wigrum Bold'), local('Wigrum-Bold'),
        url('../fonts/wigrum/Wigrum-Bold.woff2') format('woff2'),
        url('../fonts/wigrum/Wigrum-Bold.woff') format('woff'),
        url('../fonts/wigrum/Wigrum-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wigrum';
    src: local('Wigrum Bold Italic'), local('Wigrum-BoldItalic'),
        url('../fonts/wigrum/Wigrum-BoldItalic.woff2') format('woff2'),
        url('../fonts/wigrum/Wigrum-BoldItalic.woff') format('woff'),
        url('../fonts/wigrum/Wigrum-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Light'), local('Inter-Light'),
        url('../fonts/inter/Inter-Light.woff2') format('woff2'),
        url('../fonts/inter/Inter-Light.woff') format('woff'),
        url('../fonts/inter/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Light Italic'), local('Inter-LightItalic'),
        url('../fonts/inter/Inter-LightItalic.woff2') format('woff2'),
        url('../fonts/inter/Inter-LightItalic.woff') format('woff'),
        url('../fonts/inter/Inter-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter-Regular.woff') format('woff'),
        url('../fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Italic'), local('Inter-Italic'),
        url('../fonts/inter/Inter-Italic.woff2') format('woff2'),
        url('../fonts/inter/Inter-Italic.woff') format('woff'),
        url('../fonts/inter/Inter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('../fonts/inter/Inter-Bold.woff') format('woff'),
        url('../fonts/inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold Italic'), local('Inter-BoldItalic'),
        url('../fonts/inter/Inter-BoldItalic.woff2') format('woff2'),
        url('../fonts/inter/Inter-BoldItalic.woff') format('woff'),
        url('../fonts/inter/Inter-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

