@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "FA Light";
  src: url("../img/fonts/fa_l.eot");
  src:
    url("../img/fonts/fa_l.eot?#iefix") format("embedded-opentype"),
    url("../img/fonts/fa_l.svg") format("svg"),
    url("../img/fonts/fa_l.woff") format("woff"),
    url("../img/fonts/fa_l.ttf") format("truetype");

  font-weight: 300;
  font-style: normal;
}
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic); */

@font-face {
    font-family: "Open Sans";
    src: url("/website/fonts/OpenSans.woff2") format('woff2-variations'),
	url("/website/fonts/OpenSans.woff") format('woff-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Raleway';
    src: url('/website/fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('/website/fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/website/fonts/Raleway-Bold.woff2') format('woff2'),
        url('/website/fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/website/fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('/website/fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/website/fonts/Raleway-Regular.woff2') format('woff2'),
        url('/website/fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Raleway';
    src: url('/website/fonts/Raleway-Medium.woff2') format('woff2'),
        url('/website/fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("/website/fonts/Manrope.woff2") format('woff2-variations'),
	url("/website/fonts/Manrope.woff") format('woff-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}