@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: 'Candara';
    src: url('../fonts/candara/candara.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

:root {
    --bg-gradient-custom-1: linear-gradient(263deg, #04F6F6 -9.3%, #17CCF8 12.01%, #5A37FE 44.84%, #5F2CFE 101.29%);
    --color-custom-1: #651FFF;
    --bg: ;
}

.color-custom-1 {
    color: var(--color-custom-1);
}

.bg-gradient-custom-1 {
    background: var(--bg-gradient-custom-1);
}

body {
    overflow-x: hidden;
    background-color: var(--bg);
}

