/* @font-face { font-family: 'fontUno'; src: url('fonts/FirstSchool.ttf'); } */ @font-face { font-family: 'fontUno'; src: url('fonts/test/C059-BdIta.otf'); } body{ font-family: 'Cormorant SC', serif !important; max-width: 100% !important; } button{ color: black !important; font-weight: bold !important; font-size: 1.2rem !important; } p, h2, button { font-family: 'fontUno' !important; } video { float: right; width: 50%; border-radius: 20px; margin-left: 20px; margin-bottom: 20px; } @media screen and (max-width: 888px) { video { float: none; width: 100%; margin-left: 0px; } }