@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Black.woff2') format('woff2'),
        url('./fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('./fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler.woff2') format('woff2'),
        url('./fonts/Butler.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Bold.woff2') format('woff2'),
        url('./fonts/Butler-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Medium.woff2') format('woff2'),
        url('./fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Light.woff2') format('woff2'),
        url('./fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-UltraLight.woff2') format('woff2'),
        url('./fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

::-webkit-scrollbar-thumb {
    background: #384F9D;
    border-radius: 0px;
    width: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: #293970;
}

