{{-- ayala custom font on bold --}} @font-face { font-family: 'AvenirNext'; src: url('/assets/font/AvenirNextLTPro-Regular.otf') format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'AvenirNext'; src: url('/assets/font/AvenirNextLTPro-Bold.otf') format("opentype"); font-weight: bold; font-style: normal; } #app, .bottom_ui:before, .modal, div.bottom_ui:before, div.check_in_ui:before, body input, body select{ font-family: 'AvenirNext',Helvetica Neue,Helvetica,Arial,sans-serif; } {{-- .btn-primary:not(.daterangepicker *) { font-family: 'AvenirNext',Helvetica Neue,Helvetica,Arial,sans-serif !important; } --}} h1, h2, h3, h4, h5, h6, b, .bold, strong, .h1, .h2, .h3, .h4, .h5, .h6, .btn-primary:not(.daterangepicker *) { font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif !important; } {{-- custom style for ayala spin win campaign 2 --}} .wheel-art { background-image: none !important; } .wheel-cursor { border-top: none !important; } .game-container .spinandwin-wrap .wheel-container .wheel-inner:after { background: none !important; } .game-container .spinandwin-wrap .wheel-container .wheel-center { border: 0px !important; background: none !important; background: url("{{ asset('assets/images/spinandwin/spoke_needle.min.png') }}") no-repeat !important; background-size: contain !important; border-radius: 0px !important; transform: translate(-40%, -50%) !important; } .game-container .spinandwin-wrap .wheel-container .wheel-inner { width: 100% !important; height: 100% !important; } .game-container .spinandwin-wrap .wheel-container .wheel-outer:after { background: linear-gradient(45deg, #fffe96, #f7c354, #973c16) !important; }