/**
 *  Inter
 */
@font-face{
    font-family: 'Inter';
    font-weight: 400;
    src: url('/wp-content/themes/holisticnews/fonts/Inter/Inter-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: 500;
    src: url('/wp-content/themes/holisticnews/fonts/Inter/Inter-Medium.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: 600;
    src: url('/wp-content/themes/holisticnews/fonts/Inter/Inter-SemiBold.ttf') format('truetype');
}
@font-face{
    font-family: 'Inter';
    font-weight: 700;
    src: url('/wp-content/themes/holisticnews/fonts/Inter/Inter-Bold.ttf') format('truetype');
}

/**
 *  Inter
 */
 @font-face{
    font-family: 'Charter';
    font-weight: 400;
    src: url('/wp-content/themes/holisticnews/fonts/Charter/Charter-Regular.otf') format('opentype');
}
@font-face{
    font-family: 'Charter';
    font-weight: 400;
    src: url('/wp-content/themes/holisticnews/fonts/Charter/Charter-Italic.otf') format('opentype');
    font-style: italic;
}
@font-face{
    font-family: 'Charter';
    font-weight: 700;
    src: url('/wp-content/themes/holisticnews/fonts/Charter/Charter-Bold.otf') format('opentype');
}
@font-face{
    font-family: 'Charter';
    font-weight: 700;
    src: url('/wp-content/themes/holisticnews/fonts/Charter/Charter-BoldItalic.otf') format('opentype');
    font-style: italic;
}