:root {
  --cl-black: #1A1A1A;
  --cl-grey-dark: #262628;
  --cl-grey: #F3F3F3;
  --cl-grey-medium: #7E7E7E;
  --cl-grey-light: #EBECF1;
  --cl-grey-white: #F7F7F9;
  --cl-white: #FFFFFF;
  --cl-blue-dark: #154273;
  --cl-blue: #01689B;
  --cl-blue-light: #CCE0F1;
  --cl-blue-white: #E5F0F9;

  --cl-scenario-ld: #FFB612;
  --cl-scenario-ld-bg: #FFB61240;
  --cl-scenario-ld-bg-odd: #FFB61260;
  --cl-scenario-ln: #76D2B6;
  --cl-scenario-ln-bg: #76D2B640;
  --cl-scenario-ln-bg-odd: #76D2B660;
  --cl-scenario-md: #F68E64;
  --cl-scenario-md-bg: #F68E6440;
  --cl-scenario-md-bg-odd: #F68E6460;
  --cl-scenario-mn: #8C8DB5;
  --cl-scenario-mn-bg: #8C8DB540;
  --cl-scenario-mn-bg-odd: #8C8DB560;
  --cl-scenario-hd: #E17000;
  --cl-scenario-hd-bg: #E1700040;
  --cl-scenario-hd-bg-odd: #E1700060;
  --cl-scenario-hn: #663399;
  --cl-scenario-hn-bg: #66339940;
  --cl-scenario-hn-bg-odd: #66339960;

  --border-radius: .25rem;
  --border-radius-large: .5rem;

  --font-primary: 'RO Sans', sans-serif;
  --font-primary-bold: 'RO Sans Bold', sans-serif;

}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
@font-face {
  font-family: "RO Sans";
  src: local("CustomFont"), url(/assets/ROsanswebtextregular-60c2755d3cf06d94998266d395759053c15e78e72ac499afb844592279aeae2b.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RO Sans Bold";
  src: local("CustomFont"), url(/assets/ROsanswebtextbold-8afa9156ccf634a426365fefd72cb654451fd72b667b05cea606728cd9bf8c6a.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* line 35, app/assets/stylesheets/application.scss */
:root {
  color-scheme: light dark;
  font-size: 16px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
