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

@font-face {
    font-family: 'Adieu Slanted';
    src: url('../fonts/Adieu-RegularSlanted.woff2') format('woff2'),
        url('../fonts/Adieu-RegularSlanted.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Black.woff2') format('woff2'),
        url('../fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adieu';
    src: url('../fonts/Adieu-Regular.woff2') format('woff2'),
        url('../fonts/Adieu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    font-family: 'Circular Std' ;
	font-weight: 'book'
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Circular Std' !important;
}

.home_banner{
    font-family: 'Adieu';
	font-weight: 'bold'
}

.hero-text{
    font-family: 'CircularStd';
	font-weight: 'bold'
}

