/*
 Theme Name:   ClickOn Child
 Theme URI:    https://generatepress.com
 Description:  ClickOn GeneratePress child theme
 Author:       Tim Koelman
 Author URI:   https://www.clickon.nl/tim
 Template:     generatepress
 Version:      0.1
*/

/* Site Wrapper to set overall site max width */
.site-wrapper {
	width: 100%;
	max-width: 2560px;
	background-color: var(--body);
}

/* saira-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/saira-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('/fonts/saira-v14-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* saira-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/saira-v14-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('/fonts/saira-v14-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* saira-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/saira-v14-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('/fonts/saira-v14-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* saira-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/saira-v14-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('/fonts/saira-v14-latin-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

html {
  font-size: 62.5%;
  box-sizing: content-box;
}
  .clickon-hero:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base-3);
    clip-path: polygon(100% 100%, 100% 0, 64% 65%, 0 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 0, 64% 65%, 0 100%, 0% 100%);
    /* margin-bottom: 2vw; */
}
h1 {
  /* Gradient/Blue */

  background: linear-gradient(100.63deg, #19389A 0%, #182B66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Hero-H0 {
  /* Heading size 0/d */

  font-family: 'Saira';
  font-style: normal;
  font-weight: 900;
  font-size: 120px;

  text-transform: uppercase;
  /* Gradient/Blue */

  background: linear-gradient(100.63deg, #19389A 0%, #182B66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

