/**
 * COPYRIGHT 2024 BY ROBERT CURA. ALL RIGHTS RESERVED
 * AUTHOR: ROBERT CURA
 * INCEPTION: 06FEB2024
 * DESCRIPTION: CSS file for XRCURATHEME00 aka CURA BASE THEME
 **/

/*************************************************************************** *
 *
 *                     
 *
 *************************************************************************** */

html {
    font-family: var(--xrc-default--font-family);
    font-size: var(--xrc-default--font-size);     /* XRC MOD: CSS DEFAULTS TO 16PX = 1EM */
    font-weight: normal;
    font-style: normal;
    line-height: var(--xrc-line-height-base);
}

body {
    font-family: var(--xrc-text--font-family);
    
    font-size: var(--xrc-text--font-size);     /* XRC MOD: CSS DEFAULTS TO 16PX = 1EM */
    /*font-size: var(--xrc-default--font-size);      XRC MOD: CSS DEFAULTS TO 16PX = 1EM */
    font-weight: normal;
    font-style: normal;
    line-height: var(--xrc-line-height-base);
    
}

h1 {
    font-family: var(--xrc-h1--font-family);
    font-size: var(--xrc-h1--font-size);
    line-height: var(--xrc-default--line-height);
}
h2 {
    font-family: var(--xrc-h2--font-family);
    font-size: var(--xrc-h2--font-size);
    line-height: var(--xrc-h2--font-size);
    font-weight: 400;
    margin: 0;
}
h3 {
    font-family: var(--xrc-h3--font-family);
    font-size: var(--xrc-h3--font-size);
    font-weight: 300;
    margin: 0;
}
h4 {
    font-family: var(--xrc-h4--font-family);
    font-size: var(--xrc-h4--font-size);
}
h5 {
    font-family: var(--xrc-h5--font-family);
    font-size: var(--xrc-h5--font-size);
}
h6 {
    font-family: var(--xrc-h6--font-family);
    font-size: var(--xrc-h6--font-size);
}
strong {
    font-family:        sans-serif;
    font-weight:        700;
}
/*************************************************************************** *
 *
 *  GENERAL PIECES THAT CAN BE CUSTOMIZED                    
 *
 *************************************************************************** */

/*************************************************************************** *
 * HEADER SIZINGS                                                                          
 *************************************************************************** */
/** FOR THE BANNER/HEADER TITLE TEXT **/
.xrc-header--title  {
    font-family: var(--xrc-header-title--font-family);
    font-size: var(--xrc-header-title--font-size);
}
/** FOR THE BANNER/HEADER SUBTITLE TEXT **/
.xrc-header--subtitle {
    font-family: var(--xrc-header-subtitle--font-family);
    font-size: var(--xrc-header-subtitle--font-size);
}
/* end of file */