HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
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/tana/frontend/src/assets/style/_variables.scss
// Font stacks
$primary-font-stack: 'Montserrat', sans-serif;
$secondary-font-stack: 'Lato', sans-serif;

// Primary Colors
//
// Colors used throughout the project. Even though some have a name tied to specific components ("$primary-font-color" for fonts) they can be used on other elements to avoid writing SASS variables with duplicate values.
//
// $primary-accent-color - #1428aa; Primary accent
// $secondary-accent-color - #ee7100; Secondary accent
// $primary-font-color - #000; Primary font color
// $primary-bg-color - #fff; Primary background color
// $secondary-bg-color - #ebebeb; Secondary background color
//
// Styleguide Base.Colors
$primary-accent-color: #1428aa;
$secondary-accent-color: #ee7100;
$primary-font-color: #000;
$primary-bg-color: #fff;
$secondary-bg-color: #ebebeb;
$transition-circle-color: #ccc;

$transition-time: 0.2s;

// Breakpoints
$small-breakpoint: 576;
$tablet-breakpoint: 768;
$desktop-breakpoint: 992;
$lg-desktop-breakpoint: 1200;

// In increments of 100 to leave more than enough
// wiggle room for your component shenanigans.
$zindices: (
  underworld  : -1,
  base        : 0,
  navbar      : 100,
  mobileNav   : 200,
  menuToggle  : 300,
  secondaryPage: 400,
  transitionCircle: 1000
);

// Easing beziers
$easeOutCubic:   cubic-bezier(0.215, 0.61, 0.355, 1);
$easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955)