HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode/frontend/src/style/utils/fontsClass.scss
.titleXL {
  font-weight: 700;
  font-size: 55px;
  line-height: 110%;

  @include breakpoint-down('deskL') {
    font-size: 49px;
  }

  @include breakpoint-down('deskS') {
    font-size: 43px;
  }
}

.titleL {
  font-weight: 700;
  font-size: 39px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 35px;
    line-height: 120%;
  }

  @include breakpoint-down('deskS') {
    font-size: 31px;
    line-height: 140%;
  }
}

.defaultL {
  font-weight: 400;
  font-size: 39px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 35px;
  }

  @include breakpoint-down('deskS') {
    font-size: 31px;
  }
}

.titleM {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 25px;
  }

  @include breakpoint-down('deskS') {
    font-size: 22px;
  }
}

.defaultM {
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 25px;
  }

  @include breakpoint-down('deskS') {
    font-size: 22px;
  }
}

.titleBase {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 18px;
  }

  @include breakpoint-down('deskS') {
    font-size: 16px;
  }
}

.CTABase {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;

  @include breakpoint-down('deskL') {
    font-size: 18px;
  }

  @include breakpoint-down('deskS') {
    font-size: 16px;
  }
}

.CTASmall {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
}

.defaultBase {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 18px;
  }

  @include breakpoint-down('deskS') {
    font-size: 16px;
  }
}

.defaultSmall {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  @include breakpoint-down('deskL') {
    font-size: 14px;
  }

  @include breakpoint-down('deskS') {
    font-size: 12px;
  }
}

.defaultXSmall {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;

  @include breakpoint-down('deskL') {
    font-size: 13px;
  }

  @include breakpoint-down('deskS') {
    font-size: 11px;
  }
}