@cagovweb/state-template 6.3.1-beta3 → 6.3.1-beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- /*! State Web Template Version 6.3.1-beta3 */
2
+ /*! State Web Template Version 6.3.1-beta4 */
3
3
  /*!
4
4
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
5
5
  * Copyright 2011-2023 The Bootstrap Authors
@@ -14061,7 +14061,7 @@ textarea.form-control-lg {
14061
14061
  TYPE STYLES - /source/scss/cagov/type.scss
14062
14062
  ----------------------------------------- */
14063
14063
  body {
14064
- font: 1.125rem/1.5 var(--bs-font-sans-serif);
14064
+ font: 1.125rem/1.5 "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14065
14065
  color: var(--gray-900, #3b3a48);
14066
14066
  overflow-y: scroll;
14067
14067
  }
@@ -14155,7 +14155,7 @@ h1,
14155
14155
  margin-bottom: 1.6rem;
14156
14156
  font-weight: 700;
14157
14157
  line-height: 1.25;
14158
- font-family: var(--bs-font-sans-serif);
14158
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14159
14159
  }
14160
14160
  h1 span[class^=ca-gov-icon-]:first-child,
14161
14161
  .h1 span[class^=ca-gov-icon-]:first-child {
@@ -14177,7 +14177,7 @@ h2,
14177
14177
  margin-bottom: 1.4rem;
14178
14178
  font-weight: 700;
14179
14179
  line-height: 1.375;
14180
- font-family: var(--bs-font-sans-serif);
14180
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14181
14181
  }
14182
14182
  @media (min-width: 576px) {
14183
14183
  h2,
@@ -14195,7 +14195,7 @@ h3,
14195
14195
  margin-bottom: 1.2rem;
14196
14196
  font-weight: 700;
14197
14197
  line-height: 1.5;
14198
- font-family: var(--bs-font-sans-serif);
14198
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14199
14199
  }
14200
14200
  @media (min-width: 576px) {
14201
14201
  h3,
@@ -14213,7 +14213,7 @@ h4,
14213
14213
  margin-bottom: 1rem;
14214
14214
  font-weight: 700;
14215
14215
  line-height: 1.625;
14216
- font-family: var(--bs-font-sans-serif);
14216
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14217
14217
  }
14218
14218
  @media (min-width: 576px) {
14219
14219
  h4,
@@ -14231,7 +14231,7 @@ h5,
14231
14231
  margin-bottom: 0.8rem;
14232
14232
  font-weight: 700;
14233
14233
  line-height: 1.75;
14234
- font-family: var(--bs-font-sans-serif);
14234
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14235
14235
  }
14236
14236
  @media (min-width: 576px) {
14237
14237
  h5,
@@ -14249,7 +14249,7 @@ h6,
14249
14249
  margin-bottom: 0.6rem;
14250
14250
  font-weight: 700;
14251
14251
  line-height: 1.75;
14252
- font-family: var(--bs-font-sans-serif);
14252
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
14253
14253
  }
14254
14254
  @media (min-width: 576px) {
14255
14255
  h6,
@@ -14302,7 +14302,7 @@ h6,
14302
14302
  }
14303
14303
 
14304
14304
  .heading {
14305
- font-family: var(--bs-font-sans-serif) !important;
14305
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif !important;
14306
14306
  }
14307
14307
 
14308
14308
  code {
@@ -15221,7 +15221,7 @@ h2, .h2 {
15221
15221
  padding-left: 5px;
15222
15222
  }
15223
15223
  .branding .header-organization-banner a .logo-assets .logo-text .logo-state {
15224
- font: 1rem var(--bs-font-sans-serif);
15224
+ font: 1rem "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
15225
15225
  margin: 0;
15226
15226
  padding: 0;
15227
15227
  color: var(--gray-900, #3b3a48);
@@ -15236,7 +15236,7 @@ h2, .h2 {
15236
15236
  }
15237
15237
  }
15238
15238
  .branding .header-organization-banner a .logo-assets .logo-text .logo-dept {
15239
- font: 700 1.75rem var(--bs-font-sans-serif);
15239
+ font: 700 1.75rem "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
15240
15240
  margin: 0;
15241
15241
  padding: 0;
15242
15242
  color: var(--color-p3, #323a45);
@@ -15295,7 +15295,7 @@ h2, .h2 {
15295
15295
  background-color: rgba(0, 0, 0, 0.5);
15296
15296
  }
15297
15297
  .explore-invite .explore-title {
15298
- font-family: var(--bs-font-sans-serif);
15298
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
15299
15299
  font-size: 1.7rem;
15300
15300
  }
15301
15301
  .explore-invite [class^=ca-gov-icon-] {
@@ -16504,7 +16504,7 @@ input[type=search]::-webkit-search-results-decoration {
16504
16504
  .full-width-nav .nav-item .first-level-btn {
16505
16505
  display: block;
16506
16506
  padding: 0.85rem 1rem 0.9rem;
16507
- font-family: var(--bs-font-sans-serif);
16507
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
16508
16508
  font-weight: 400;
16509
16509
  position: relative;
16510
16510
  text-align: left;
@@ -18548,7 +18548,7 @@ a.text-white:not(.btn):hover {
18548
18548
  transition: opacity 0.3s, visibility 0.3s;
18549
18549
  z-index: 5;
18550
18550
  visibility: visible;
18551
- font-family: var(--bs-font-sans-serif);
18551
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
18552
18552
  /* 3rd and beyond positions panel on right of button */
18553
18553
  /* first two panels positioned on left of button */
18554
18554
  }
@@ -20020,7 +20020,7 @@ cagov-accordion:defined details[open] summary:focus::after {
20020
20020
  margin-top: 0.5rem;
20021
20021
  margin-bottom: 0.5rem;
20022
20022
  padding-bottom: 0;
20023
- font-family: var(--bs-font-sans-serif);
20023
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
20024
20024
  }
20025
20025
 
20026
20026
  .accordion__trigger {
@@ -22056,7 +22056,7 @@ select:focus {
22056
22056
  .card .card-header .h4,
22057
22057
  .card .card-header h5,
22058
22058
  .card .card-header .h5 {
22059
- font-family: var(--bs-font-sans-serif);
22059
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
22060
22060
  font-weight: 500;
22061
22061
  line-height: 1.5;
22062
22062
  color: inherit;
@@ -24894,12 +24894,12 @@ div[data-state=open] .title {
24894
24894
  .stat-counter {
24895
24895
  text-align: center;
24896
24896
  font-size: 3rem;
24897
- font-family: var(--bs-font-sans-serif);
24897
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
24898
24898
  }
24899
24899
 
24900
24900
  .circles-text {
24901
24901
  font-size: 2.1875rem !important;
24902
- font-family: var(--bs-font-sans-serif);
24902
+ font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", sans-serif;
24903
24903
  }
24904
24904
 
24905
24905
  /* -----------------------------------------