
/* IMPORT TYPOS SPECIALE */
/*#region*/
@font-face {
    font-family: 'VictorL';
    src: url('/fonts/VictorMono-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VictorLI";
    src: url("/fonts/VictorMono-LightItalic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'VictorM';
    src: url("/fonts/VictorMono-Medium.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "VictorMI";
    src: url("/fonts/VictorMono-MediumItalic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
}

/*#endregion*/

body {
    background: rgb(44, 41, 87);
    background: linear-gradient(0deg, rgba(44, 41, 87, 0.1) 0%, rgba(67, 67, 191, 0.3) 25%, rgba(81, 161, 177, 0.5) 100%);
}
