@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
      font-family: 'Montserrat';
      src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
    }
  
    @font-face {
      font-family: 'Montserrat';
      src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
    }
  
    @font-face {
      font-family: 'Montserrat';
      src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
    }
  
      
    @font-face {
      font-family: 'Ridley';
      src: url('../fonts/Ridley/RidleyGrotesk-SemiBold.otf') format('opentype');
      src: url('../fonts/Ridley/RidleyGrotesk-SemiBold.ttf') format('truetype');
      font-weight: 600;
    }

        @font-face {
      font-family: 'Ridley';
      src: url('../fonts/Ridley/RidleyGrotesk-Medium.otf') format('opentype');
      font-weight: 500;
    }

    @font-face {
      font-family: 'Ridley';
      src: url('../fonts/Ridley/RidleyGrotesk-Regular.otf') format('opentype');
      font-weight: 400;
    }
    
        @font-face {
      font-family: 'Bigola';
      src: url('../fonts/Bigola-Regular.otf') format('opentype');
    }
