/*
Theme Name: Twenty Twenty Child Custom
Theme URL: https://dbjob.dk/
Description: Twenty Twenty Child Custom Theme
Author: SR
Author URL: https://dbjob.dk/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/



/*
    generiske basis
  
*/

/*******************************
*
*   generiske basis
*
*******************************/

:root {
    --dbjBasisBack: #efeef4;
    --dbjPrimary: rgb(42,131,126); /* grøn */
    --dbjPrimarySecondary: rgb(42,131,126);
    --dbjSecondary: #d05c50;
    --dbjFooter: rgb(25, 78, 75);
    --dbjYellow: #f1ac1c;
    --dbjBokse: white;
    --dbjTxtPrimary: black;
    --dbjTxtSecondary: white;
    --contentWidth: 640px;
    --contentWiderWidth: 740px;
    --defaultFontSize: 1.3rem;
    --font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}