aira-wordpress/assets/scss/_bootscore-variables.scss

74 lines
1.9 KiB
SCSS

// In this file you can override the default variables of Bootstrap
// Do you want primary to be green? Just add "$primary: #00FF00;" to this file and the theme will automatically compile the scss for you.
$primary: #e30613;
$secondary: #cccccc;
$tertiary: #f5f5f5;
/* Generated by ParaType (http://www.paratype.com)*/
/* Font DIN 2014: Copyright (c) ParaType, 2025. All rights reserved.*/
@font-face {
font-family: 'DIN2014WebRegular';
src:
url('../fonts/din-2014_regular.woff2') format('woff2'),
url('../fonts/din-2014_regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* Generated by ParaType (http://www.paratype.com)*/
/* Font DIN 2014: Copyright (c) ParaType, 2025. All rights reserved.*/
@font-face {
font-family: 'DIN2014WebBold';
src:
url('../fonts/din-2014_bold.woff2') format('woff2'),
url('../fonts/din-2014_bold.woff') format('woff');
font-weight: bold;
}
/* Generated by ParaType (http://www.paratype.com)*/
/* Font DIN 2014: Copyright (c) ParaType, 2025. All rights reserved.*/
@font-face {
font-family: 'DIN2014WebExtraBold';
src:
url('../fonts/din-2014_extra-bold.woff2') format('woff2'),
url('../fonts/din-2014_extra-bold.woff') format('woff');
font-weight: bolder;
}
$font-family-sans-serif: "DIN2014WebRegular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
$headings-font-family: "DIN2014WebRegular";
b, strong {
font-family: "DIN2014WebBold";
}
$font-size-base: 1.3rem;
$navbar-light-color: white;
$navbar-light-hover-color: darken(white, 10%);
$navbar-light-active-color: white;
$btn-border-radius: 0;
$btn-border-radius-sm: 0;
$btn-border-radius-lg: 0;
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px,
xxl: 1400px
);
$offcanvas-bg-color: $primary;
$offcanvas-color: #fff;