/*
 Theme Name: Bravada Child
 Theme URI: https://example.com/bravada-child
 Description: Minimal Child Theme für das WordPress-Theme "Bravada".
 Author: Dein Name
 Author URI: https://example.com
 Template: bravada
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: bravada-child
 Tags: child-theme, bravada
*/

/* Eigene Styles kommen hierhin. Beispiel: */
:root {
  --bravada-child-accent: #0057b8;
}

body.bravada-child {
  /* nur um zu zeigen, dass das Child aktiv ist */
  outline: none;
}

a { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

/* Beispiel: primäre Buttons leicht anpassen */
.button, .wp-block-button__link, button, input[type="submit"] {
  border-radius: 6px;
}


@font-face {
    font-family: "Amatic";
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/AmaticSC-Regular.ttf);
}

@font-face {
    font-family: "Amatic";
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/AmaticSC-Bold.ttf);
}
