<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
    <font
        app:fontStyle="normal"
        app:fontWeight="500"
        app:font="@font/manrope_medium" />

    <font
        app:fontStyle="normal"
        app:fontWeight="700"
        app:font="@font/manrope_bold" />
</font-family>