1*2167191dSAndroid Build Coastguard Worker/** 2*2167191dSAndroid Build Coastguard Worker * CSS files with the .module.css suffix will be treated as CSS modules 3*2167191dSAndroid Build Coastguard Worker * and scoped locally. 4*2167191dSAndroid Build Coastguard Worker */ 5*2167191dSAndroid Build Coastguard Worker 6*2167191dSAndroid Build Coastguard Worker.heroBanner { 7*2167191dSAndroid Build Coastguard Worker padding: 4rem 0; 8*2167191dSAndroid Build Coastguard Worker text-align: center; 9*2167191dSAndroid Build Coastguard Worker position: relative; 10*2167191dSAndroid Build Coastguard Worker overflow: hidden; 11*2167191dSAndroid Build Coastguard Worker} 12*2167191dSAndroid Build Coastguard Worker 13*2167191dSAndroid Build Coastguard Worker@media screen and (max-width: 996px) { 14*2167191dSAndroid Build Coastguard Worker .heroBanner { 15*2167191dSAndroid Build Coastguard Worker padding: 2rem; 16*2167191dSAndroid Build Coastguard Worker } 17*2167191dSAndroid Build Coastguard Worker} 18*2167191dSAndroid Build Coastguard Worker 19*2167191dSAndroid Build Coastguard Worker.buttons { 20*2167191dSAndroid Build Coastguard Worker display: flex; 21*2167191dSAndroid Build Coastguard Worker align-items: center; 22*2167191dSAndroid Build Coastguard Worker justify-content: center; 23*2167191dSAndroid Build Coastguard Worker} 24*2167191dSAndroid Build Coastguard Worker 25*2167191dSAndroid Build Coastguard Worker[data-theme='light'] .banner { 26*2167191dSAndroid Build Coastguard Worker -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */ 27*2167191dSAndroid Build Coastguard Worker filter: invert(100%); 28*2167191dSAndroid Build Coastguard Worker} 29*2167191dSAndroid Build Coastguard Worker 30*2167191dSAndroid Build Coastguard Worker@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap'); 31*2167191dSAndroid Build Coastguard Worker 32*2167191dSAndroid Build Coastguard Worker/* @font-face { 33*2167191dSAndroid Build Coastguard Worker font-family: FiraSansCondensed; 34*2167191dSAndroid Build Coastguard Worker src: url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&display=swap'); 35*2167191dSAndroid Build Coastguard Worker} */ 36