/*
Theme Name: business
Theme URI: https://wordpress.org/themes/business/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: business is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Text Domain: business
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/* font-family starts */
@font-face {
   font-family: 'NotoSerif-Bold';
   src: url('./fonts/NotoSerif-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'NunitoSans-Bold';
   src: url('./fonts/NunitoSans-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'NunitoSans-Regular';
   src: url('./fonts/NunitoSans-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'NotoSerif';
   src: url('./fonts/NotoSerif.woff') format('woff');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'FontAwesome';
   src: url('./fonts/FontAwesome.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

.fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
.fa-clock-o:before {
   content: "\f017";
 }
 .fa-twitch:before {
   content: "\f1e8";
 }
 .fa-envelope-o:before {
   content: "\f003";
 }
 .fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
   content: "\f099";
 }
 .fa-instagram:before {
   content: "\f16d";
 }
 .fa-pinterest-p:before {
   content: "\f231";
 }
 .fa-align-left:before {
   content: "\f036";
 }
 .fa-caret-up:before {
   content: "\f0d8";
 }
 .fa-tag:before {
   content: "\f02b";
 }
 .fa-chevron-left:before {
   content: "\f053";
 }
 .fa-chevron-right:before {
   content: "\f054";
 }
/* font-family ends */
.logo-section img {
    width: 65%;
}