@font-face { font-family: 'RockfordSansLight'; src: local('RockfordSansLight'), url(./assets/fonts/RockfordSans-Light.otf) format('opentype'); } @font-face { font-family: 'RockfordSansRegular'; src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Regular.otf) format('opentype'); } @font-face { font-family: 'RockfordSansMedium'; src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Medium.otf) format('opentype'); } @font-face { font-family: 'RockfordSansBold'; font-weight: 900; src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Bold.otf) format('opentype'); } @font-face { font-family: 'RockfordSansExtraBold'; font-weight: 900; src: local('RockfordSans'), url(./assets/fonts/RockfordSans-ExtraBold.otf) format('opentype'); } @font-face { font-family: 'UberMove'; src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Light.otf) format('opentype'); } @font-face { font-family: 'UberMoveText'; src: local('RockfordSans'), url(./assets/fonts/RockfordSans-Regular.otf) format('opentype'); } body { margin: 0; font-family: RockfordSansLight, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-y: hidden; }