@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;
}
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'
}

