@font-face {
    font-family: 'awesome1';
    src: url('./Font-Awesome-5-Brands-Regular/FontAwesome5Brands-Regular-400.otf') format('truetype');
    font-weight: 600; 

}


@font-face {
    font-family: 'awesome2';
    src: url('./Font-Awesome-5-Brands-Regular/FontAwesome5Free-Regular-400.otf') format('truetype');
    font-weight: 600; 
}

@font-face {
    font-family: 'awesome3';
    src: url('./Font-Awesome-5-Brands-Regular/FontAwesome5Free-Solid-900.otf') format('truetype');
    font-weight: 600; 
    
}

@font-face {
    font-family: 'arabotoBold';
    src: url('./Araboto/ArabotoBold400.ttf') format('truetype');
    font-weight: 600; 
    
}

@font-face {
    font-family: 'arabotoLight';
    src: url('./Araboto/ArabotoLight400.ttf') format('truetype');
    font-weight: 600; 
    
}

@font-face {
    font-family: 'arabotoMedium';
    src: url('./Araboto/ArabotoMedium400.ttf') format('truetype');
    font-weight: 600; 
    
}

@font-face {
    font-family: 'arabotoNormal';
    src: url('./Araboto/ArabotoNormal400.ttf') format('truetype');
    font-weight: 600; 
    
}

@font-face {
    font-family: 'arabotoThin';
    src: url('./Araboto/ArabotoThin400.ttf') format('truetype');
    font-weight: 600; 
    
}



@font-face {
    font-family: 'montserrat';
    src: url('./montserrat/Montserrat-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'montserratBold';
    src: url('./montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 600; 
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'awesome', sans-serif;
}

p {
    font-family: 'montserrat', sans-serif;
    font-weight: 200; /* SemiBold */
}

.navbar, .navbar-nav .nav-link, .btn, .form-control {
    font-family: 'Questrial';
}

