@font-face {
    font-family: "Tx Manrope Regular";
    src: url("/uploads/fonts/Tx Manrope Regular.ttf");
}
:root {
    --color-primary: #802779;
    --color-secondary: #4471a5;
    --color-accent: #f26df9;
    --color-background: #ffffff;
}
*{
    font-family: 'Tx Manrope Regular', sans-serif;
}
