/**
 * Czcionka roboto. W dwĂłch wariantach Roboto Condensed i zwykĹa.
 * UĹźywana na podstronach ofertowych.
 */
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto:700,400,100,300&subset=latin,latin-ext);

/**
 * Wersja skondensowana dodana w dwĂłch wariantach: 300 i 400.
 * DopisaÄ przy imporcie jeĹźeli wymagane inne style.
 *
 * https://www.google.com/fonts#UsePlace:use/Collection:Roboto+Condensed
 */
.font-roboto-cdn { font-family: "Roboto Condensed"; }
.font-roboto-cdn-300 { font-family: "Roboto Condensed"; font-weight: 300; }
.font-roboto-cdn-400 { font-family: "Roboto Condensed"; font-weight: 400; }

/**
 * Wersja standardowa dodana w wariantach: 100, 300 i 400.
 * DopisaÄ przy imporcie, jeĹźeli wymagane inne style.
 *
 * https://www.google.com/fonts#UsePlace:use/Collection:Roboto
 */
.font-roboto { font-family: "Roboto" !important; font-weight: 400 !important; }

/*
 * Nie korzystamy z wersji 100
 */
.font-roboto-100 { font-family: "Roboto" !important; font-weight: 300 !important; } 
.font-roboto-300 { font-family: "Roboto" !important; font-weight: 300 !important; }
.font-roboto-400 { font-family: "Roboto" !important; font-weight: 400 !important; }
.font-roboto-300 { font-family: "Roboto" !important; font-weight: 300 !important; }
.font-roboto-400 { font-family: "Roboto" !important; font-weight: 400 !important; }
.font-roboto-700 { font-family: "Roboto" !important; font-weight: 700 !important; }
