/* -------------------------------------------------- Text Styles -------------------------------------------------- */


/* ----- Titles ----- */
h1{
    font-size: 42px;
    font-family: 'IBM Plex Sans Bold';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}
h2{
    font-size: 36px;
    font-family: 'IBM Plex Sans Bold';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}
h3{
    font-size: 30px;
    font-family: 'IBM Plex Sans Regular';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}
h4{
    font-size: 26px;
    font-family: 'IBM Plex Sans Regular';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}
h5{
    font-size: 22px;
    font-family: 'IBM Plex Sans Regular';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}
h6{
    font-size: 18px;
    font-family: 'IBM Plex Sans Regular';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}


p{
    font-size: 18px;
    font-family: 'IBM Plex Sans Regular';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 1rem;
}
li{
    font-size: 18px;
    font-family: 'IBM Plex Sans Regular';
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
}

br{
    user-select: none;
}

/* ----- Font Families ----- */
/* @font-face{
    font-family: 'Helvetica';
    src: local('Helvetica'), url('/mykro-app-files/mykroStatic/main/fonts/Helvetica.ttc');
}
@font-face{
    font-family: 'BrushScript';
    src: local('BrushScript'), url('/mykro-app-files/mykroStatic/main/fonts/BrushScript.ttf');
}
@font-face{
    font-family: 'ChalkDuster';
    src: local('ChalkDuster'), url('/mykro-app-files/mykroStatic/fonts/Chalkduster.ttf');
}
@font-face{
    font-family: 'ChalkboardSE';
    src: local('ChalkboardSE'), url('/mykro-app-files/mykroStatic/main/fonts/ChalkboardSE.ttc');
}
@font-face{
    font-family: 'AhkioBold';
    src: local('AhkioBold'), url('/mykro-app-files/mykroStatic/main/fonts/Ahkio-W00-Bold.ttf');
} */

@font-face{
    font-family: 'IBM Plex Sans Regular';
    src: url('/static/main/fonts/ibm_plex_sans/IBMPlexSansCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'IBM Plex Sans Medium';
    src: url('/static/main/fonts/ibm_plex_sans/IBMPlexSansCondensed-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'IBM Plex Sans SemiBold';
    src: url('/static/main/fonts/ibm_plex_sans/IBMPlexSansCondensed-SemiBold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'IBM Plex Sans Bold';
    src: url('/static/main/fonts/ibm_plex_sans/IBMPlexSansCondensed-Bold.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fontFamily_Helvetica{
    font-family: Helvetica;
}
.fontFamily_BrushScript{
    font-family: BrushScript;
}
.fontFamily_ChalkDuster{
    font-family: ChalkDuster;
}
.fontFamily_ChalkboardSE{
    font-family: ChalkboardSE;
}
.fontFamily_AhkioBold{
    font-family: AhkioBold;
}

/* ----- Text sizes ----- */
.textSize6{
    font-size: 6px;
    line-height: 9px;
}
.textSize8{
    font-size: 8px;
    line-height: 12px;
}
.textSize10{
    font-size: 10px;
    line-height: 15px;
}
.textSize12{
    font-size: 12px;
    line-height: 18px;
}
.textSize14{
    font-size: 14px;
    line-height: 21px;
}
.textSize16{
    font-size: 16px;
    line-height: 24px;
}
.textSize18{
    font-size: 18px;
    line-height: 27px;
}
.textSize22{
    font-size: 22px;
    line-height: 33px;
}
.textSize28{
    font-size: 28px;
    line-height: 42px;
}
.textSize34{
    font-size: 34px;
    /* line-height: 51px; */
    line-height: 64px;
}
.textSize38{
    font-size: 38px;
    line-height: 51px;
}
.textSize42{
    font-size: 42px;
    line-height: 62px;
}
.textSize48{
    font-size: 48px;
    line-height: 72px;
}
.textSize52{
    font-size: 52px;
    line-height: 78px;
}
.textLinethrough{
    text-decoration: line-through;
}

/* ----- Line height - em ----- */
.lineHeight1em{
    line-height: 1em;
}
.lineHeight2em{
    line-height: 2em;
}
.lineHeight3em{
    line-height: 3em;
}
.lineHeight4em{
    line-height: 4em;
}

/* ----- Line height - rem ----- */
.lineHeight1rem{
    line-height: 1rem;
}
.lineHeight2rem{
    line-height: 2rem;
}
.lineHeight3rem{
    line-height: 3rem;
}
.lineHeight4rem{
    line-height: 4rem;
}

/* -------------------- Hypertext Styles -------------------- */
.hyperstyle1{
    color: var(--primary);
    text-decoration: none;
}
.hyperstyle1:hover{
    cursor: pointer;
    color: var(--secondary);
}
.hyperstyle2{
    color: var(--primary);
    text-decoration: none;
}
.hyperstyle2:hover{
    cursor: pointer;
    color: var(--tertiary);
    /* text-decoration: underline; */
}
.hyperstyle3{
    color: var(--secondary);
    text-decoration: none;
}
.hyperstyle3:hover{
    cursor: pointer;
    /* text-decoration: underline; */
    color: var(--primary);
}
.hyperstyle4{
    color: var(--tertiary);
    text-decoration: none;
}
.hyperstyle4:hover{
    cursor: pointer;
    /* text-decoration: underline; */
    color: var(--primary);
}



/* .hyperstyleWhi{

} */

.hidden{
    display: none;
}

:disabled{
    cursor: not-allowed;
}

/* ---------- Text Color Schemes ---------- */


/* ----- Standard ----- */
.textColorWhi{
    color: white;
}
.textColorBla{
    color: black;
}
.textColorGra{
    color: gray;
}
.textColorRed{
    color: red;
}

/* ----- variable: Primary ----- */
.textColorPri{
    color: var(--primary);
}
.textColorPri_dark{
    color: var(--primary_dark);
}
.textColorPri_lite{
    color: var(--primary_lite);
}
.textColorPri_whisp{
    color: var(--primary_whisp);
}
/* ----- variable: Secondary ----- */
.textColorSec{
    color: var(--secondary);
}
.textColorSec_dark{
    color: var(--secondary_dark);
}
.textColorSec_lite{
    color: var(--secondary_lite);
}
.textColorSec_whisp{
    color: var(--secondary_whisp);
}

/* ----- variable: Tertiary ----- */
.textColorTer{
    color: var(--tertiary);
}
.textColorTer_dark{
    color: var(--tertiary_dark);
}
.textColorTer_lite{
    color: var(--tertiary_lite);
}

/* ----- variable: Accent ----- */
.textColorAcc{
    color: var(--accent);
}
.textColorAcc_dark{
    color: var(--accent_dark);
}
.textColorAcc_lite{
    color: var(--accent_lite);
}
.textColorAcc_whisp{
    color: var(--accent_whisp);
}




/* ---------- Text & Object Alignment ---------- */
.textAlignCen{
    text-align: center;
}
.textAlignLef{
    text-align: left;
}
.textAlignRig{
    text-align: left;
}

.textWeightLight{
    font-weight: 200;
}
.textWeightMedium{
    font-weight: 599;
}
.textWeightBold{
    font-weight: 800;
}







.textDecorationNone{
    text-decoration: none;
}
.userSelectNone{
    user-select: none;
}
.listStyleNone{
    list-style: none;
}

.square{
    border-radius: 0;
}
.roundedEdgesLite{
    border-radius: 5px;
}
.roundedEdges{
    border-radius: 10px;
}
.roundedEdgesHeavy{
    border-bottom: 50px;
}

/* Align objects w/in flexbox ROW */
.alignObjLef{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.alignObjCen{
    display: flex;
    justify-content: center;
    width: 100%;
}
.alignObjRig{
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.alignObjVertCen{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.alignItemsCenter{
    align-items: center;
}
.alignItemsStart{
    align-items: flex-start;
}
.justifyContentCenter{
    justify-content: center;
}
.justifyContentStart{
    justify-content: flex-start;
}
.justifyContentSpaceBetween{
    justify-content: space-between;
}
.justifyContentSpaceEvenly{
    justify-content: space-evenly;
}
.justifyContentEnd{
    justify-content: flex-end;
}

.positionBottom{
    margin-top: auto;
}
.positionTop{
    margin-bottom: auto;
}
.positionBottomAbsolute{
    position: fixed;
    bottom: 0px;
}
.paddingTiny{
    padding: 2px;
}
.paddingVerySmall{
    padding: 5px;
}
.paddingSmall{
    padding: 10px;
}
.paddingMedium{
    padding: 15px;
}
.paddingLarge{
    padding: 20px;
}
.paddingVeryLarge{
    padding: 40px;
}
.paddingExtraLarge{
    padding: 60px;
}
.noPadding{
    padding: 0;
}
.noPaddingHoriz{
    padding-left: 0;
    padding-right: 0;
}
.noPaddingVert{
    padding-top: 0;
    padding-bottom: 0;
}
.noMargin{
    margin: 0;
}
.noMarginHoriz{
    margin-left: 0;
    margin-right: 0;
}
.noFlexWrap{
    flex-wrap: nowrap;
}
.flexWrap{
    flex-wrap: wrap;
}
.noHover{
    pointer-events: none;
}
.hoverPointer:hover{
    cursor: pointer;
}
.Yscroll{
    overflow-y: scroll;
}
.Xscroll{
    overflow-x: scroll;
}
.noScrollX{
    overflow-x: hidden;
}
.noScrollY{
    overflow: hidden;
}
.vertBinFull{
    height: 100%;
}
.horizBinFull{
    width: 100%;
}
.objectWidthFit{
    min-width: 0; width: fit-content; max-width: fit-content;
}
.objectWidthFull{
    width: 100%;
}
.objectWidth90{
    width: 90%;
}
.objectWidth80{
    width: 80%;
}
.objectHeightFull{
    height: 100%; min-height: 100%;
}
.objectHeightInherit{
    height: inherit; min-height: inherit;
}
.noBorder{
    border: none;
}
.noBorder:hover{
    border: none;
}




/* Box Shadow */
.boxShadowLiteCenter{
    box-shadow: 0 0 10px -2px gray;
}
.boxShadowLiteTopLeft{
    box-shadow: -2px -2px 10px -2px gray;
}
.boxShadowLiteTopRight{
    box-shadow: 2px -2px 10px -2px gray;
}
.boxShadowLiteBottomRight{
    box-shadow: 2px 2px 10px -2px gray;
}
.boxShadowLiteBottomLeft{
    box-shadow: -2px 2px 10px -2px gray;
}
.boxShadowLiteCenter_Whi{
    box-shadow: 0 0 10px -2px white;
}

.boxShadowCenter_Lift{
    box-shadow: 0 0 10px -2px gray;
    transition: 0.2s ease-in-out;
}
.boxShadowCenter_Lift:hover{
    box-shadow: 2px 2px 10px 5px gray;
}


.boxShadowMediumCenter{
    box-shadow: -5px 5px 10px -5px var(--primary_lite);
}
.boxShadowMedium_lightGray{
    box-shadow: 0 0 10px 5px lightgray;
}
.boxShadowMedium_Black{
    box-shadow: 0 0 20px 5px black;
}


.mobileShow{
    display: none;
}
.smallScreenShow{
    display: none;
}