:root {
    --font-family-body: 'Barlow', sans-serif;
    --font-family-head: 'Barlow', sans-serif;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow/Barlow-Medium.woff2') format('woff2'),
    url('barlow/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow/Barlow-Bold.woff2') format('woff2'),
    url('barlow/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow/Barlow-Regular.woff2') format('woff2'),
    url('barlow/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('barlow/Barlow-Italic.woff2') format('woff2'),
    url('barlow/Barlow-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html, body {
    font-family: 'Barlow', sans-serif;
}
h1, h2, h3, h4 {
    font-weight:600;
}
h5, h6 {
	font-weight:700;
}