<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="css/styles-m.css" media="all" order="99"/> <!-- @DO - kind of hack really mean to load 3rd-party modules before this so we can override if needed. https://github.com/magento/magento2/issues/1821 -->
        <css src="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900" src_type="url"/>

        <!-- start favicons -->
        <!-- apple -->
        <!--<link src="Magento_Theme::favicon-346x346-apple.svg" rel="mask-icon" type="image/svg+xml" color="#152855"/>-->
        <link src="Magento_Theme::favicon-180x180-apple.png" rel="apple-touch-icon" type="image/png" sizes="180x180"/>

        <!-- android -->
        <link src="Magento_Theme::site.webmanifest" rel="manifest"/>
        <link src="Magento_Theme::favicon-256x256-android.png" rel="icon" type="image/png" sizes="256x256"/>
        <link src="Magento_Theme::favicon-192x192-android.png" rel="icon" type="image/png" sizes="192x192"/>

        <!-- microsoft -->
        <meta name="msapplication-config" content="/browserconfig.xml"/>

        <!-- general -->
        <link src="Magento_Theme::favicon-32x32.png" rel="icon" type="image/png" sizes="32x32"/>
        <link src="Magento_Theme::favicon-16x16.png" rel="icon" type="image/png" sizes="16x16"/>
        <!-- end favicons -->
    </head>
</page>
