{# spaceless #}

    {# <link rel="preload" #}
    {# href="//cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" #}
    {# as="style" /> #}
    {# <link rel="stylesheet" #}
    {# href="//cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" /> #}
    <link rel="stylesheet" href="{{ mix('css/_odometer.css') }}" async />
    <link rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/lazyframe@2.2.7/dist/lazyframe.css"
      integrity="sha256-EXvx+MKvKDrpncFCAne9gUajqAHld7LYH/IccewRhVY="
      crossorigin="anonymous" defer />


  {% if craft.app.config.env != 'dev' %}

      {% include 'components/_routsStyles' with {
        url: mix('css/app.css') ~ '?controlV-' ~ random('ABCDFG')
          ~ random(40, 100)
      } only %}

  {% else %}
    {% include 'components/_routsStyles' with {
      url: mix('css/app.css')
    } only %}
  {% endif %}

    {% include '_inline-css/_fonts' %}
    {% include '_inline-css/_layout' %}

{# endspaceless #}
