/*
 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: #999999;
    --text-medium: #63584c;
    --text: #292e33;
    --grey: #6c665b;
    --grey-light: #ece7dd;
    --grey-hover: #a7a7a7;
    --floral-darker: rgb(240, 233, 197);
    --light-purple:#b263c9;
    --primary-hover:#3f7294;
    --purple:#a572ff;
    --primary-dark:#3a7496;
    --primary:#ee78da;
    --primary:#a7a7a7;
    --superdark-purple: #360b5d;
    --primary-superdark: #360b5d;
    --white75: rgba(255,255,255,0.75);
    --white: white;
    --warmwhite: #e0eae4;
    --damndark: #323232;

    /* --warmwhite: #ffb0e7; */
    --garn: #c2ae86;
    --blue: #6a79a4;

    --secondary-lighter: #d0ceff;
    --secondary-light: #3974ff;
    --secondary: #6a79a4;
    --secondary-dark: #1c189b;

    /* --serif: "Playfair Display", Georgia, Serif; */
    --serif: 'Courier Prime', Georgia, Serif;
    --sans: 'Nunito', Helvetica, sans-serif;
}
em, i{
    /* font-family: 'RebrandDis-Regularit', Helvetica, sans-serif; */
    font-style: normal;
}
