

:root {
    /* Font */
    --font-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --font-main: "Arial", var(--font-default);
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-sbold: 600;
    --font-bold: 700;
    --font-black: 900;
    --line-main: 1.4;
    --line-heading: 1.2;
    --font-italic: italic;
    /* Color */
    --color-main: #273367;
    --color-secondary: #4852af;
    --color-black: #212529;
    --color-white: #ffffff;
    --color-gray: #a0a0a0;
    --color-green: #198754;
    --color-red: #dc3545;
    --color-yellow: #ffc107;
    --color-success: var(--color-green);
    --color-danger: var(--color-red);
    --color-warning: var(--color-yellow);
    --color-background: var(--color-white);
    /* Gradient */
    --gradient-main: linear-gradient(85.93deg, #f219b1 1.89%, #04dcf3 104.06%);
    /* Shadow */
    --shadow-main: 0px 0px 20px 2px rgba(39, 51, 103, 0.7);
    /* Border */
    --border-main: 1px solid;
    /* Radius */
    --radius-main: 20px;
    /* Transition */
	--transition-main: 150ms ease-in-out;
}

@font-face {
  font-family: 'Arial';
  src: url('/fileservice/file/download/h/0fcceddd95a81b76b190da4fe1b8931b.woff/a/133290/sc/382')
    format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('/fileservice/file/download/h/0c05d2e4238112c1cdd3af16a662aa13.woff/a/133290/sc/157')
    format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('/fileservice/file/download/h/c20319682328dceedae9483e31c219ab.woff/a/133290/sc/189')
    format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('/fileservice/file/download/h/ae52bb2ce25ca9d6769a106f94beb817.woff/a/133290/sc/291')
    format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('/fileservice/file/download/h/22fb90eb6878887d73100661bec9c274.woff/a/133290/sc/63')
    format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
