/*
Theme Name: Ovation
Theme URI: http://www.ovationtv.com
Author: Peter Kracik
Author URI: https://pastilla.co
Description: Ovation Theme
Version: 1.0
*/

:root {
  --black-main: #000000;
  --black-light: #1C1C1C;
  --white-main: #ffffff;
  --border-white: #ffffff40;
  --grey-dark: #373F41;
  --grey-border: #8D8F90;
  --grey-light: #E2E5E6;
  --primary: #FB9F36;
  --primary-darker: #f18002;
  --primary-dark: #b46812;
  --primary-opacity: #FB9F3625;
  --secondary-light: #73ADFC;
  --secondary: #3C64B1;
  --secondary-dark: #2454AB;

  --h1-size: 5.4rem;
  --h1-weight: 800;
  --h2-size: 3rem;
  --h2-weight: 900;
  --h3-size: 1.8rem;
  --h3-weight: 900;
  --body1-size: 1.4rem;
  --body2-size: 1.8rem;
  --body3-size: 1.2rem;
  --body4-size: 1.6rem;
  --title1-size: 3.6rem;
  --title1-weight: 900;
  --title2-size: 2.1rem;
  --title2-weight: 900;
  --message1-size: 2.4rem;

  --button-secondary-color:#3C64B1;
  --button-secondary-hover-color:#2454AB;
  --button-secondary-text:#ffffff;

  --badge-color: #2454AB;

  --gradient-colors: rgba(0, 0, 0, .99) 20%, rgba(0, 0, 0, 0) 100%;
  --gradient-direction
}
