/*
Theme Name:   hello-elementor-child
Description:  hello-elementor child theme
Template:     hello-elementor
Version:      3.2.1
Text Domain:  elementor
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://memwize.ai/wp-content/themes/hello-elementor-child/fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://memwize.ai/wp-content/themes/hello-elementor-child/fonts/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://memwize.ai/wp-content/themes/hello-elementor-child/fonts/ProximaNova-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://memwize.ai/wp-content/themes/hello-elementor-child/fonts/ProximaNova-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  /* background: linear-gradient(180deg,#1ac9f8,#7397f7); */
  background-color: #b4b4b4;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  /* background: linear-gradient(180deg,#00bcd4,#5f7cff); */
  background-color: #b4b4b4;
}