@import url('https://fonts.cdnfonts.com/css/bdo-grotesk');

@font-face {
	font-family: "ThunderFont";
	src: url("../../assets/webfonts/Thunder-LC.ttf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

:root {
    --theme: #F24700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BDO Grotesk', sans-serif !important;
}

.container {
    max-width: 1820px;
}