@font-face {
    font-family: 'Play';
    src: url('/sites/all/themes/vesta_theme/fonts/Play/Play-Regular.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Play/Play-Regular.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Play/Play-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Play';
    src: url('/sites/all/themes/vesta_theme/fonts/Play/Play-Bold.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Play/Play-Bold.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Play/Play-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/sites/all/themes/vesta_theme/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Ubuntu/Ubuntu-Bold.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Ubuntu/Ubuntu-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/sites/all/themes/vesta_theme/fonts/Ubuntu/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Ubuntu/Ubuntu-BoldItalic.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Ubuntu/Ubuntu-BoldItalic.ttf') format('ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('/sites/all/themes/vesta_theme/fonts/Mulish/Mulish-Regular.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Mulish/Mulish-Regular.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Mulish/Mulish-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Inter';
    src: url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.wof') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

h1 {
    font-size: 35px;
    line-height: 40px;
}