@import "tailwindcss";




:root {
    --color-1: #272263;
    --color-1-op: rgba(0, 6, 18, .6);
    --color-2: #c29249;
    --color-3: #ede8dd;
}



body {
    font-family: "Figtree", sans-serif; 
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-1);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


i.fi {
    line-height: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Figtree", sans-serif;
}

