/* * {
  outline: 1px solid red;
} */

html{

  scrollbar-color: #40372c  bisque;
  scroll-behavior: smooth;

}

body{
    background-color:  #40372c;
    color: bisque;
    margin: 0px;
    padding: 50px;
    font-family: 'Business';

}

a{
   
    color: bisque;

    font-family: 'Business';

}



@font-face {
    font-family: 'Pixel';
    src: /*url('fonts/my-custom-font.woff2') format('woff2'),*/
         url('fonts/Jersey10-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fun';
    src: /*url('fonts/my-custom-font.woff2') format('woff2'),*/
         url('fonts/DarumadropOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brushy';
    src: /*url('fonts/my-custom-font.woff2') format('woff2'),*/
         url('fonts/Knewave-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Business';
    src: /*url('fonts/my-custom-font.woff2') format('woff2'),*/
         url('fonts/StackSansHeadline-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

