@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Extra Light.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Semi Bold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: optional;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Extra Bold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'HomeNest';
    src: url('../../fonts/HomeNest Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../../fonts/Anton-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

body {
    font-family: 'HomeNest', sans-serif;
	font-weight: 400;
}
