/* src/global.css */

@font-face {
font-family: "DDT W00 Extended Bold";
src: url("/fonts/webfont.eot");
src: url("/fonts/webfont.eot?#iefix")format("embedded-opentype"),
url("/fonts/webfont.woff2")format("woff2"),
url("/fonts/webfont.woff")format("woff"),
url("/fonts/webfont.ttf")format("truetype"),
url("/fonts/webfont.svg#DDT W00 Extended Bold")format("svg");
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DDT W00 Extended Bold", sans-serif;
    color: #333;
}

body {
    background-image: url("img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
    color: #333;

}

.svg-icon {
    stroke: white;
}
