@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@font-face {
    font-family: "Wyntex Brasco";
    src: url("../fonts/wyntex_brasco/wyntex_brasco.woff") format("woff"),
         url("../fonts/wyntex_brasco/wyntex_brasco.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Wyntex Brasco", cursive;
    text-transform: unset;
}