/*
 Theme Name: WestJet Arc
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Target The Events Calendar elements and apply your font */
:root {
  --tec-font-family-sans-serif: "Roboto", sans-serif;
  --tec-font-family-base: "Roboto", sans-serif;
  --tec-font-family-headline: "Oswald", sans-serif;
  --tec-color-text-primary: #2D4256;
  --tec-color-button-primary: #2D4256;
  --tec-color-accent-primary: #2D4256;
  --tec-color-button-primary-hover: #C8DAEA;
  --tec-color-button-primary-active: #C8DAEA;
  --tec-border-radius-default: 0px;
}

.tribe-common {
  --tec-font-family-sans-serif: "Roboto", sans-serif;
  --tec-font-family-base: "Roboto", sans-serif;
  --tec-font-family-headline: "Oswald", sans-serif;
  --tec-color-text-primary: #2d4256;
  --tec-color-button-primary: #2D4256;
  --tec-color-accent-primary: #2D4256;
  --tec-color-button-primary-hover: #C8DAEA;
  --tec-color-button-primary-active: #C8DAEA;
  --tec-border-radius-default: 0px;
}

.tribe-common-c-btn {
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
	border: 1px solid #2D4256 !important;
}
.tribe-common-c-btn:hover {
	color: #2D4256 !important;
	border: 1px solid #2D4256 !important;
}