/*     Copyright 2025
 *     Jambu Atchison
 *     me@jambuatchison.com
 *     Jambu Atchison
 *
 *     core : search : css : full
 */

/* detect light/dark modes */
#user-prefers-color-scheme { display: none; }
@media (prefers-color-scheme: dark) {
  #user-prefers-color-scheme { content: 'dark'; }
}
@media (prefers-color-scheme: light) {
  #user-prefers-color-scheme { content: 'light'; }
}

/* font sizes */
.fs24pt {font-size: 24pt !important;}
.fs36pt {font-size: 36pt !important;}
.fs48pt {font-size: 48pt !important;}
.fs96pt {font-size: 96pt !important;}
.fs128pt {font-size: 128pt !important;}

.fnt12 { font-size: 12px; }
.fnt14 { font-size: 14px; }
.fnt16 { font-size: 16px; }
.fnt18 { font-size: 18px; }
.fnt24 { font-size: 24px; }
.fnt32 { font-size: 32px; }
.fnt48 { font-size: 48px; }
.fnt64 { font-size: 64px; }
.fnt96 { font-size: 96px; }
.fnt128 { font-size: 128px; }


/* padding */
.pl5 {padding-left: 5px;}
.pt5 {padding-top: 5px;}
.pr5 {padding-right: 5px;}
.pb5 {padding-bottom: 5px;}
.pl10 {padding-left: 10px;}
.pt10 {padding-top: 10px;}
.pr10 {padding-right: 10px;}
.pb10 {padding-bottom: 10px;}

/* widths*/
.minw200 {min-width: 200px !important;}
.minw300 {min-width: 300px !important;}
.minw400 {min-width: 400px !important;}

/* global classes */
.capitalize {
    text-transform: capitalize;
}
.parsley-success-text {
    color: #00bc7c !important;
}
.sales-leaderboard {
    margin-bottom: 10px;
}



.navbar-logo, .coming-soon .brand .logo, .login .login-header .brand .logo {
    top: 0px !important;
    margin-right: 4px !important;
    display: inline-block !important;
    border: 0px !important;
    background-image: url('https://jambuatchison.com/images/ja/IMG_1170_circle_sm.png');
    background-size: contain;
    background-position: center center;
}