:root{
    --primary: #2150AC;
    --secondary: #FBCD14;
    --ternary: #2150AC;

    --font: 'sc-font';
    }

    @font-face {
    font-family: 'sc-font';
    src: url('https://all-orchestrators.stackconsole.io/backend/api/font');
    }
