@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans&display=swap');

:root{
    --bg-color: #FBFBFF;
    --text-color: #000000;
    --gray: #ebebed;
    --light-gray: #E4E4E4;
    --title-primary: #202325;
    --title-secondary: #4f7da0;
    --red: #ED4337;
}

body, html{
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    font-family: 'Inter', sans-serif;
}

ion-icon{
    pointer-events: none;
}
