diff --git a/first-category.json b/first-category.json
new file mode 100644
index 0000000..7b7bb02
--- /dev/null
+++ b/first-category.json
@@ -0,0 +1,26 @@
+{
+    "type": "overpass",
+    "name": {
+        "en": "First Category"
+    },
+    "query": {
+        "16": [
+            "(",
+            "way[highway];",
+            ")"
+        ]
+    },
+    "feature": {
+        "style": {
+            "width": [
+                "{% if tags.highway in [ 'footway', 'cycleway' ] %}",
+                "1.5",
+                "{% else %}",
+                "4",
+                "{% endif %}"
+            ],
+            "color": "#ff0000",
+            "text": "{{ tags.name }}"
+        }
+    }
+}
\ No newline at end of file