﻿@font-face { font-family: 'Source Sans Pro'; font-display: swap; font-style: normal; font-weight: 400; src: local(''), url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face { font-family: 'Source Sans Pro'; font-display: swap; font-style: italic; font-weight: 400; src: local(''), url('/fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/source-sans-pro-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face { font-family: 'Source Sans Pro'; font-display: swap; font-style: normal; font-weight: 700; src: local(''), url('/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face { font-family: 'Source Sans Pro'; font-display: swap; font-style: italic; font-weight: 700; src: local(''), url('/fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/source-sans-pro-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

:root { padding: 0; margin: 0; width: 100%; height: 100%; --black-color: #2d2d2d; --grey-color: #f1f4f6; --green-color: #53a853; --primary-color: #0057a3; --primary-text-color: #FFF; }
::-webkit-scrollbar { width: 5px; height: 5px; background: #FFF; }
::-webkit-scrollbar-thumb { background: var(--blue-color); }
::-webkit-scrollbar-track { background: #FFF; }
body { position: relative; padding: 0; margin: 0; width: 100%; min-height: 100%; color: var(--black-color); }
body, textarea, input, select { font-family: 'Source Sans Pro', sans-serif; }
.preload * { transition: none !important; }
.stroked { text-decoration: line-through; }