/*
 * Theme Name:  Neve Child
 * Description: Neve Child Theme
 * Template:    neve
 * Author: awa
 * Author URI: https://msh.clinic/
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
@font-face {
    font-display: swap;
    font-family: 'latoregular';
    src: url('font/lato-regular-webfont.woff2') format('woff2'),
         url('font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'latobold';
    src: url('font/lato-bold-webfont.woff2') format('woff2'),
         url('font/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'latolight';
    src: url('font/lato-light-webfont.woff2') format('woff2'),
         url('font/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
