@font-face {
  font-family: "Archia";
  src: url("/wp-content/themes/generatepress_child/fonts/archia-regular-webfont.woff2")
      format("woff2"),
    url("/wp-content/themes/generatepress_child/fonts/archia-regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  /* fonts */
  --font-primary: "Archia", Helvetica, Arial, sans-serif;
  --bodytxt: 1.063rem/1.25rem var(--font-primary);
  --heroh1: 500 4rem/4.5rem var(--font-primary);
  --heroh2: 500 3.5rem/4.5rem var(--font-primary);
  --heroh3: 500 2.5rem/3rem var(--font-primary);
  --heroh3rot: 500 1.3rem/2rem var(--font-primary);
  --heroh4: 500 1.3rem/2rem var(--font-primary);
  --subtitprof: 500 1rem/2rem var(--font-primary);
  --menutxt: 700 1.3125rem var(--font-primary);
  --dest: 500 2rem/2.5rem var(--font-primary);
  --little-tit: 15px;
  --letra-peq: 11px;
  --pad-btn: 15px 25px;
  --letter-spacing: 0.2em;
  --letter-spacing-tit: 0.15em;
  --letter-spacing-btn: 0.12em;
  --line-height-tit: 1.3em;
  --line-height-txt: 1.5em !important;
  --font-bold: 900;
  --font-medium: 700;
  /* colors */
  --c-blue: #13395d;
  --c-blue-light: #478fab;
  --c-white: #fff;
  --c-academy-grey: #363636;
  --c-light-grey: #d8d8d8;
  --c-mid-grey: #b3b3b3;
  --c-dark-grey: #8f8d8d;
  --gd-blue: -webkit-linear-gradient(0deg, #061833 0%, #064bb4 100%);
  --gd-red: linear-gradient(0deg, #c1002f 0%, #f6033e 100%);
  --transition-p: all 0.4s ease;
  --shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.15);
  --shadow-course: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  --b-radius: 0px;
  --b-radius-light: 10px;
}
@media screen and (max-width: 820px) {
  :root {
    /* fonts */
    --heroh1: 500 2.5rem/3rem var(--font-primary);
    --heroh2: 500 1.875rem/2rem var(--font-primary);
    --heroh3: 500 1.563rem/1.75rem var(--font-primary);
  }
}
@media screen and (max-width: 600px) {
  :root {
    /* fonts */
    --heroh1: 500 2.188rem/2.75rem var(--font-primary);
    --heroh2: 500 1.563rem/1.75rem var(--font-primary);
    --heroh3: 500 1.25rem/1.5rem var(--font-primary);
  }
}
