<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     WP-Bootstrap-4 Child
 Theme URI:      https://bootstrap-wp.com/
 Description:    WP Bootstrap4 Child-Theme
 Author:         rot
 Author URI:     r-ot.at
 Template:       wp-bootstrap-4
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


html{
    max-width:100vw;
    overflow-x:hidden;
}
:root{
    --text-light: #d6d6d6;
    --text-medium: #63584c;
    --text: #212224;
    --text-hover: #404040;
    --text-dark: #0e0f11;;
    --grey: #424242;
    --grey-medium: #919191;
    --grey-light: #e6e6e6;
    --grey-light-33: rgba(230,230,230,0.33);
    --grey-lightest: #f3f3f3;
    --grey-hover: #a7a7a7;
    --floral-darker: rgb(240, 233, 197);
    --purple:#767FDD;
    --light-purple:#b263c9;
    --primary-hover:#debe91;
    --primary-dark:#9e5c62;
    --primary:#0094d5;
    --red:#d94e57!important;
    /* --primary:#26a6de; */
    --primary-light:#daffff;
    --primary-light:#ecf5ff;
    --green:#309d49;
    --green-light:#80d97a;
    --green-lighter:#c9e8d0;
    --sand-light:#ebdf9d;
    --turquoise:#6db7b4;

    --primary-medium:#d5b68a;
    --superdark-purple: #360b5d;
    --primary-superdark: #360b5d;
    --white75: rgba(255,255,255,0.75);
    --white50: rgba(255,255,255,0.5);
    --white: white;
    --warmwhite: #fffdf4;
    --secondary: #ae4f79;
    --secondary-light: #d592bc;
    --secondary-lighter: #c3fbed;
    --secondary-lightest: #c3fbed;
    --secondary-light2: #83b0aa;
    --secondary-dark: #be9500;
    --yellow-light: #f6ecc9;
    --semi-transparent: #ecebe136;

    /* --serif: "Playfair Display", Georgia, Serif; */

    --serif: "Short Stack", Georgia, Serif;
    --sans: "Sono", Helvetica, sans-serif;
    --serif-it :"Sono", Georgia, Serif;
    --sans-it: "Sono", Helvetica, sans-serif;
}
.smCaps{
    font-variant: none;
}

.strong,
strong{
    /* font-family:"Mukta Vaani", Helvetica, sans-serif; */
    font-weight:bold!important;
}
.serif.strong,
.serif strong{
    /* font-family:"RebrandDis-Bold", Georgia, Serif; */
    font-weight:normal!important;
}
/* .italic,
em{
    font-family:"RebrandTxt-Regularit", Helvetica, sans-serif;
    font-style:normal!important;
} */
/* .serif.italic,
.serif em{
    font-family:"RebrandDis-Regularit", Helvetica, sans-serif;
    font-style:normal!important;
} */

/* strong.italic,
strong .italic,
em strong,
strong em{
    font-family:"RebrandTxt-Boldit", Helvetica, sans-serif;
    font-weight:normal!important;
    font-style:normal!important;
}
.serif strong.italic,
.serif strong .italic,
.serif em strong,
.serif strong em{
    font-family:"RebrandDis-Boldit", Helvetica, sans-serif;
    font-weight:normal!important;
    font-style:normal!important;
} */
</pre></body></html>