/* CSS Document FONT*/

@import url("https://fonts.googleapis.com/css?family=Oxygen:400,300,700");

body {
  font-family: 'Oxygen', sans-serif;
}

