/*
Theme Name: RedCore Astra Child
Template: astra
Author: Você
Version: 1.0
*/

:root {
  --red:#E10600;
  --black:#0A0A0A;
  --white:#FFFFFF;
}

body {
  font-family:'Inter',sans-serif;
}

.site-header {
  background:var(--black);
}

.button,
.wp-block-button__link {
  background:var(--red);
  color:#fff;
}
